@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* form reset add */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
}

body {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 300;
  color: #333333;
  background-color: #fff;
  position: relative;
  line-height: 1.5;
  min-height: 100vh;
  min-width: 980px;
  height: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
  -webkit-transition: 0.3s opacity ease;
  -moz-transition: 0.3s opacity ease;
  -ms-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}
html.windows body {
  font-family: "Open Sans", Meiryo, "メイリオ", Arial, sans-serif;
}
html:not(.windows) body {
  font-family: "Open Sans", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.loaded {
  opacity: 1;
  filter: alpha(opacity=100);
  overflow: auto;
}
body a {
  color: #1A8ECF;
  outline: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

main {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  white-space: pre-wrap;
}

nav ul {
  list-style: none;
}

strong {
  font-weight: 700;
}

img {
  vertical-align: bottom;
  display: block;
  max-width: 100%;
  height: auto;
}

:root {
  text-spacing: trim-start allow-end trim-adjacent ideograph-alpha ideograph-numeric;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: inherit;
  color: inherit;
}

label {
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* スピンボタン非表示(firefox) */
input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

/* クリアボタン非表示 */
input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../font/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../font/MaterialIcons-Regular.woff2") format("woff2"), url("../font/MaterialIcons-Regular.woff") format("woff"), url("../font/MaterialIcons-Regular.ttf") format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  margin-right: 0.25em;
  vertical-align: middle;
}

.l-auth-header {
  position: relative;
}
.l-auth-header__inner {
  padding: 5px 20px;
  height: 50px;
  background: #fff;
  position: relative;
}
.l-auth-header__logo {
  position: absolute;
  top: 50%;
  left: 20px;
  max-width: 40px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.l-auth-header__logo img {
  height: 40px;
  width: auto;
}
.l-auth-header__logo-text {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 65px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #112F6A;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
}

.l-auth-main {
  background: #E8ECF2;
  min-height: -moz-calc(100vh - 50px - 30px);
  min-height: -webkit-calc(100vh - 50px - 30px);
  min-height: calc(100vh - 50px - 30px);
  min-width: 900px;
}

.l-auth-content {
  padding: 100px 0;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.l-auth-panel {
  width: 300px;
  background: #fff;
  margin-right: 50px;
  margin-left: 50px;
}
.l-auth-panel__title {
  font-size: 22px;
  font-size: 2.2rem;
  color: #112F6A;
  font-weight: 600;
  text-align: center;
  padding: 0.5em;
  border-bottom: 2px solid currentColor;
}
.l-auth-panel__content {
  padding: 20px;
}

.l-auth-footer {
  text-align: center;
  background: #E9E9E9;
  height: 30px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 10px;
  font-size: 1rem;
}

.l-wide-header {
  height: 50px;
  background: #E8ECF2;
}
.l-wide-header__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-wide-header__logo-set {
  display: table;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.l-wide-header--top .l-wide-header__logo-set {
  left: 10px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.l-wide-header__logo {
  display: table-cell;
  vertical-align: middle;
}
.l-wide-header__logo img {
  height: 40px;
  width: 36px;
}
.l-wide-header__logo-text {
  display: table-cell;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  color: #112F6A;
  vertical-align: middle;
  padding-left: 10px;
}
.l-wide-header__return {
  background: #fff;
  border: 2px solid #112F6A;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #112F6A;
  padding: 3px 10px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  top: 50%;
  left: 20px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.l-wide-header__return:hover {
  background: #112F6A;
  color: #fff;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.l-wide-header__close {
  position: absolute;
  top: 50%;
  right: 20px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.l-wide-header__close span {
  position: relative;
  color: #112F6A;
  display: inline-block;
  padding-top: 30px;
  font-size: 10px;
  font-size: 1rem;
}
.l-wide-header__close span::before, .l-wide-header__close span::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 30px;
  background: #112F6A;
  top: 2px;
}
.l-wide-header__close span::before {
  left: 50%;
  -moz-transform: translate(-50%, 0) rotate(-45deg);
  -o-transform: translate(-50%, 0) rotate(-45deg);
  -ms-transform: translate(-50%, 0) rotate(-45deg);
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
  transform: translate(-50%, 0) rotate(-45deg);
}
.l-wide-header__close span::after {
  left: 50%;
  -moz-transform: translate(-50%, 0) rotate(45deg);
  -o-transform: translate(-50%, 0) rotate(45deg);
  -ms-transform: translate(-50%, 0) rotate(45deg);
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
}

.l-wide-main {
  min-height: -moz-calc(100vh - 50px - 30px);
  min-height: -webkit-calc(100vh - 50px - 30px);
  min-height: calc(100vh - 50px - 30px);
  background: #F2F2F2;
}
.l-wide-main__head {
  background: #fff;
  padding: 5px 5px;
  border-bottom: 1px solid #CCC;
}
.l-wide-main__inner {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
}
.l-wide-main__body {
  padding: 5px;
}

.l-wide-footer {
  text-align: center;
  background: #E9E9E9;
  height: 30px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 10px;
  font-size: 1rem;
}

.l-container {
  position: relative;
  width: 100%;
  padding-left: 230px;
  min-height: 100vh;
  min-width: 980px;
  margin: 0 auto;
  background: #F2F2F2;
  height: auto;
}
.is-aside-small .l-container {
  padding-left: 70px;
}

.l-header {
  height: 50px;
  position: absolute;
  background: #E8ECF2;
  left: 230px;
  z-index: 10;
  padding: 0 20px;
  width: -moz-calc(100% - 230px);
  width: -webkit-calc(100% - 230px);
  width: calc(100% - 230px);
}
.is-aside-small .l-header {
  left: 70px;
  width: -moz-calc(100% - 70px);
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
}
.l-header__inner {
  margin: 10px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.l-header__toggle {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
}
.l-header__toggle span {
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #112F6A;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.l-header__toggle::before, .l-header__toggle::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #112F6A;
  position: absolute;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.l-header__toggle::before {
  top: 8px;
  left: 50%;
}
.l-header__toggle::after {
  bottom: 8px;
  left: 50%;
}
.l-header__toggle:hover::before {
  width: 16px;
  left: 3px;
  -moz-transform: translate(0, 0) rotate(-45deg);
  -o-transform: translate(0, 0) rotate(-45deg);
  -ms-transform: translate(0, 0) rotate(-45deg);
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
}
.is-aside-small .l-header__toggle:hover::before {
  width: 16px;
  left: auto;
  right: 3px;
  -moz-transform: translate(0, 0) rotate(45deg);
  -o-transform: translate(0, 0) rotate(45deg);
  -ms-transform: translate(0, 0) rotate(45deg);
  -webkit-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
}
.l-header__toggle:hover::after {
  width: 16px;
  left: 3px;
  -moz-transform: translate(0, 0) rotate(45deg);
  -o-transform: translate(0, 0) rotate(45deg);
  -ms-transform: translate(0, 0) rotate(45deg);
  -webkit-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
}
.is-aside-small .l-header__toggle:hover::after {
  width: 16px;
  left: auto;
  right: 3px;
  -moz-transform: translate(0, 0) rotate(-45deg);
  -o-transform: translate(0, 0) rotate(-45deg);
  -ms-transform: translate(0, 0) rotate(-45deg);
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
}
.l-header__menu {
  position: relative;
}
.l-header__user {
  text-decoration: none;
  color: #112F6A;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  padding-right: 30px;
  position: relative;
}
.l-header__user::after {
  content: "";
  display: inline-block;
  border-right: 2px solid #112F6A;
  border-bottom: 2px solid #112F6A;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 6px;
  -moz-transform: translate(0, -50%) rotate(45deg);
  -o-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.l-header__submenu {
  padding: 10px;
  background: #fff;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 100%;
  top: -moz-calc(100% - 5px);
  top: -webkit-calc(100% - 5px);
  top: calc(100% - 5px);
  right: 0;
  z-index: 30;
  display: none;
}
.l-header__submenu.is-open {
  display: block;
}
.l-header__sublist li a {
  text-decoration: none;
  display: block;
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 10px 0;
}
.l-header__capacity {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px 0 10px;
  border-top: 1px solid #707070;
}

.l-main {
  padding: 50px 0 75px;
  min-height: 100vh;
  min-width: 750px;
  -webkit-transition: 0.2s height ease 0.3s;
  -moz-transition: 0.2s height ease 0.3s;
  -ms-transition: 0.2s height ease 0.3s;
  -o-transition: 0.2s height ease 0.3s;
  transition: 0.2s height ease 0.3s;
}
.is-aside-small .l-main {
  min-width: -moz-calc(980px -  70px);
  min-width: -webkit-calc(980px -  70px);
  min-width: calc(980px -  70px);
}
.l-main__head {
  background: #fff;
  padding: 5px 20px;
  border-bottom: 1px solid #CCC;
}
.l-main__body {
  padding: 5px 20px 0;
}

.l-nav {
  width: 230px;
  background: #112F6A;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  min-height: 100vh;
}
.l-nav.is-aside-small {
  width: 70px;
}
.l-nav__logo {
  padding: 10px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.l-nav__logo img {
  margin-right: 10px;
  width: 34px;
}
.is-aside-small .l-nav__logo img {
  margin-right: 0;
}
.l-nav__logo span {
  display: block;
}
.is-aside-small .l-nav__logo span {
  display: none;
}
.l-nav__menu {
  padding-bottom: 300px;
}
.l-nav__item {
  position: relative;
}
.l-nav__title {
  position: relative;
  cursor: pointer;
  padding: 10px 30px 10px 50px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
}
.l-nav__title::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  -moz-transform: translate(0, -50%) rotate(225deg);
  -o-transform: translate(0, -50%) rotate(225deg);
  -ms-transform: translate(0, -50%) rotate(225deg);
  -webkit-transform: translate(0, -50%) rotate(225deg);
  transform: translate(0, -50%) rotate(225deg);
}
.l-nav__title .material-icons {
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 20px;
}
.is-aside-small .l-nav__title .material-icons {
  display: block;
  position: static;
  text-align: center;
  margin-bottom: 5px;
  margin-right: 0;
}
.is-aside-small .l-nav__title {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px 0;
  text-align: center;
}
.is-aside-small .l-nav__title::after {
  content: none;
}
.is-aside-small .l-nav__title.is-active + ul {
  display: block;
}
.l-nav__title.is-open::after {
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  -moz-transform: translate(0, -50%) rotate(45deg);
  -o-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.is-current .l-nav__title::before {
  content: "";
  height: 100%;
  width: 4px;
  display: block;
  background: #1A8ECF;
  position: absolute;
  top: 0;
  right: 0;
}
.is-aside-small .is-current .l-nav__title::before {
  content: none;
}
.l-nav__title--link {
  position: relative;
  padding: 10px 20px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
}
.l-nav__title--link::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -moz-transform: translate(0, -50%) rotate(-45deg);
  -o-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}
.is-aside-small .l-nav__title--link {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px 0;
  text-align: center;
}
.is-aside-small .l-nav__title--link::after {
  content: none;
}
.l-nav__submenu {
  padding-left: 20px;
  background: rgba(255, 255, 255, 0.2);
}
.is-aside-small .l-nav__submenu {
  position: absolute;
  right: 15px;
  bottom: 40px;
  -moz-transform: translate(100%, 100%);
  -o-transform: translate(100%, 100%);
  -ms-transform: translate(100%, 100%);
  -webkit-transform: translate(100%, 100%);
  transform: translate(100%, 100%);
  background: #fff;
  border: 1px solid #1A8ECF;
  padding: 10px;
  min-width: 180px;
  display: none;
}
.is-aside-small .l-nav__submenu--large {
  min-width: 600px;
  column-count: 3;
  column-rule-color: #1A8ECF;
  column-rule-width: 1px;
  column-rule-style: dotted;
  column-gap: 2em;
}
.l-nav__link {
  color: #fff;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: padding 0.3s linear, opacity 0.2s linear;
  -moz-transition: padding 0.3s linear, opacity 0.2s linear;
  -ms-transition: padding 0.3s linear, opacity 0.2s linear;
  -o-transition: padding 0.3s linear, opacity 0.2s linear;
  transition: padding 0.3s linear, opacity 0.2s linear;
  position: relative;
}
.l-nav__link--blank {
  padding: 0 40px 0 20px;
}
.l-nav__link--blank::after {
  font-family: "Material Icons";
  content: "";
  display: inline-block;
  font-size: 22px;
  position: absolute;
  font-weight: normal;
  top: 50%;
  right: 12px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.is-open .l-nav__link {
  padding: 10px 20px;
  max-height: 100%;
  overflow: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: padding 0.3s linear, opacity 0.2s linear;
  -moz-transition: padding 0.3s linear, opacity 0.2s linear;
  -ms-transition: padding 0.3s linear, opacity 0.2s linear;
  -o-transition: padding 0.3s linear, opacity 0.2s linear;
  transition: padding 0.3s linear, opacity 0.2s linear;
}
.is-open .l-nav__link--blank {
  padding: 10px 40px 10px 20px;
}
.is-aside-small .l-nav__link {
  padding: 10px 0;
  max-height: inherit;
  overflow: visible;
  color: #1A8ECF;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.is-aside-small .l-nav__link--blank::after {
  position: static;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  font-size: 16px;
  padding-left: 0.125em;
}
.is-current .l-nav__link::before {
  content: "";
  height: 100%;
  width: 4px;
  display: block;
  background: #1A8ECF;
  position: absolute;
  top: 0;
  right: 0;
}
.is-aside-small .is-current .l-nav__link::before {
  content: none;
}

.l-footer {
  background: #E9E9E9;
  position: absolute;
  bottom: 0;
  left: 230px;
  width: -moz-calc(100% - 230px);
  width: -webkit-calc(100% - 230px);
  width: calc(100% - 230px);
  height: 30px;
  padding: 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.is-aside-small .l-footer {
  left: 70px;
  width: -moz-calc(100% - 70px);
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
}
.l-footer__copyright {
  font-size: 10px;
  font-size: 1rem;
}
.l-footer__rev {
  font-size: 10px;
  font-size: 1rem;
}

.c-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  width: 100%;
}
.c-row--nogutter {
  margin-right: 0;
  margin-left: 0;
}
.c-row--nogutter [class*=c-col-] {
  padding: 0;
  margin-bottom: 0;
}
.c-row--center {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-row--between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.c-row--around {
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
}
.c-row--end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
.c-row--nowrap {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.c-col-1 {
  max-width: 8.3333333333%;
  -webkit-box-flex: 0 0 8.3333333333%;
  -moz-box-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  -webkit-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
  position: relative;
}

.c-col-2 {
  max-width: 16.6666666667%;
  -webkit-box-flex: 0 0 16.6666666667%;
  -moz-box-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  -webkit-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
  position: relative;
}

.c-col-3 {
  max-width: 25%;
  -webkit-box-flex: 0 0 25%;
  -moz-box-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
  position: relative;
}

.c-col-4 {
  max-width: 33.3333333333%;
  -webkit-box-flex: 0 0 33.3333333333%;
  -moz-box-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  -webkit-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
  position: relative;
}

.c-col-5 {
  max-width: 41.6666666667%;
  -webkit-box-flex: 0 0 41.6666666667%;
  -moz-box-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  -webkit-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
  position: relative;
}

.c-col-6 {
  max-width: 50%;
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
  position: relative;
}

.c-col-7 {
  max-width: 58.3333333333%;
  -webkit-box-flex: 0 0 58.3333333333%;
  -moz-box-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  -webkit-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
  position: relative;
}

.c-col-8 {
  max-width: 66.6666666667%;
  -webkit-box-flex: 0 0 66.6666666667%;
  -moz-box-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  -webkit-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
  position: relative;
}

.c-col-9 {
  max-width: 75%;
  -webkit-box-flex: 0 0 75%;
  -moz-box-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  -webkit-flex: 0 0 75%;
  flex: 0 0 75%;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
  position: relative;
}

.c-col-10 {
  max-width: 83.3333333333%;
  -webkit-box-flex: 0 0 83.3333333333%;
  -moz-box-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  -webkit-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
  position: relative;
}

.c-col-11 {
  max-width: 91.6666666667%;
  -webkit-box-flex: 0 0 91.6666666667%;
  -moz-box-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  -webkit-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
  position: relative;
}

.c-col-12 {
  max-width: 100%;
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
  position: relative;
}

.c-col-self--center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.c-col-self--start {
  -ms-flex-item-align: flex-start;
  -ms-grid-row-align: flex-start;
  align-self: flex-start;
}
.c-col-self--end {
  -ms-flex-item-align: flex-end;
  -ms-grid-row-align: flex-end;
  align-self: flex-end;
}
.c-col-self--stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.c-col-self--baseline {
  -ms-flex-item-align: baseline;
  -ms-grid-row-align: baseline;
  align-self: baseline;
}

.c-block-xs {
  margin-bottom: 5px;
}

.c-block-s {
  margin-bottom: 10px;
}

.c-block-m {
  margin-bottom: 15px;
}

.c-block-l {
  margin-bottom: 20px;
}

.c-block-xl {
  margin-bottom: 25px;
}

.c-block-xxl {
  margin-bottom: 30px;
}

.c-title-lv1 {
  font-weight: 600;
  font-size: 22px;
  font-size: 2.2rem;
  color: #112F6A;
  padding: 0.3em 0;
}

.c-title-lv2 {
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 5px;
}
.c-title-lv2--acd {
  padding-right: 40px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.c-title-lv2--acd::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translate(0, -50%) rotate(225deg);
  -o-transform: translate(0, -50%) rotate(225deg);
  -ms-transform: translate(0, -50%) rotate(225deg);
  -webkit-transform: translate(0, -50%) rotate(225deg);
  transform: translate(0, -50%) rotate(225deg);
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
.is-open .c-title-lv2--acd::after {
  -moz-transform: translate(0, -50%) rotate(45deg);
  -o-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}

.c-title-lv3 {
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
}

.c-title-lv4 {
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.c-breadcrumb {
  text-align: right;
}
.c-breadcrumb__item {
  display: inline-block;
}
.c-breadcrumb__item + .c-breadcrumb__item::before {
  content: ">";
  display: inline-block;
  margin: 0 0.5em;
}

.c-button {
  min-width: 260px;
  background: #1A8ECF;
  font-size: 14px;
  font-size: 1.4rem;
  border: 2px solid #1A8ECF;
  font-weight: 600;
  color: #fff;
  padding: 10px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.c-button:hover {
  color: #1A8ECF;
  background: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.c-button:disabled {
  background: #F2F2F2;
  border-color: #e1dddd;
  color: #707070;
  pointer-events: none;
}
.c-button--xsmall {
  min-width: 100px;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.c-button--small {
  min-width: 150px;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.c-button--auto {
  min-width: inherit;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.c-button--navy {
  background: #112F6A;
  border: 2px solid #112F6A;
}
.c-button--navy:hover {
  color: #fff;
  background: #112F6A;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.c-button--inv {
  background: #fff;
  border: 2px solid #1A8ECF;
  color: #1A8ECF;
}
.c-button--inv:hover {
  background: #1A8ECF;
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.c-button--blank {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.c-button--blank::before {
  content: "";
  font-family: "Material Icons";
  display: inline-block;
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  position: absolute;
  top: 50%;
  left: 10px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.c-button-reset {
  text-decoration: underline;
  color: #1A8ECF;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.c-button-reset:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.c-button-return {
  min-width: 260px;
  background: #E9E9E9;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  border: 2px solid #E9E9E9;
  font-weight: 600;
  -webkit-transition: 0.3s opacity ease;
  -moz-transition: 0.3s opacity ease;
  -ms-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}
.c-button-return:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.c-button-return--inv {
  background: #fff;
}
.c-button-return--small {
  min-width: 150px;
  padding: 5px 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

.c-button-text {
  color: #1A8ECF;
}

.c-select {
  padding: 7px 30px 7px 10px;
  border: 1px solid #707070;
  min-width: 405px;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%227.41%22%20viewBox%3D%220%200%2012%207.41%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_23%22%20data-name%3D%22%E3%83%91%E3%82%B9%2023%22%20d%3D%22M16.59%2C8.59%2C12%2C13.17%2C7.41%2C8.59%2C6%2C10l6%2C6%2C6-6Z%22%20transform%3D%22translate(-6%20-8.59)%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E") center right 15px no-repeat;
}
.c-select:focus {
  border-color: #1A8ECF;
}
.c-select:invalid {
  background-color: #ffe0cc;
  border-color: #FF6400;
}
.c-select:invalid + .p-form__error {
  display: block;
}
.c-select:invalid:focus {
  background-color: #fff;
  border-color: #FF6400;
}
.c-select:disabled {
  background: #F2F2F2 url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%227.41%22%20viewBox%3D%220%200%2012%207.41%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_23%22%20data-name%3D%22%E3%83%91%E3%82%B9%2023%22%20d%3D%22M16.59%2C8.59%2C12%2C13.17%2C7.41%2C8.59%2C6%2C10l6%2C6%2C6-6Z%22%20transform%3D%22translate(-6%20-8.59)%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E") center right 15px no-repeat;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.c-select + .c-select {
  margin-left: 10px;
}
.c-select__block {
  display: block;
}
.c-select--multiple {
  background-image: none;
  height: 112px;
  min-width: 220px;
  max-width: 352px;
}
.c-select--multibox {
  overflow-y: auto;
  display: inline-block;
}
.c-select--s {
  width: 132px;
  min-width: inherit;
}
.c-select--m {
  width: 352px;
  min-width: inherit;
}
.c-select--full {
  width: 100%;
}

input[type=radio],
.c-radio {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  display: inline-block;
}
input[type=radio] + label,
.c-radio + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 20px;
  margin-bottom: 1em;
}
input[type=radio] + label::before,
.c-radio + label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #707070;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
input[type=radio] + label::after,
.c-radio + label::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #333333;
  position: absolute;
  top: 50%;
  left: 5px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: none;
}
input[type=radio]:focus + label::before, input[type=radio]:active + label::before,
.c-radio:focus + label::before,
.c-radio:active + label::before {
  border-color: #1A8ECF;
}
input[type=radio]:checked + label::after,
.c-radio:checked + label::after {
  display: inline-block;
}

input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #E9E9E9;
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=search]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #E9E9E9;
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #E9E9E9;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=number]:focus,
input[type=time]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=search]:focus,
textarea:focus {
  border-color: #1A8ECF;
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=date]:disabled,
input[type=number]:disabled,
input[type=time]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=tel]:disabled,
input[type=search]:disabled,
textarea:disabled {
  background: #F2F2F2;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.p-form__auth input[type=text],
.p-form__auth input[type=password],
.p-form__auth input[type=date],
.p-form__auth input[type=number],
.p-form__auth input[type=time],
.p-form__auth input[type=month],
.p-form__auth input[type=week],
.p-form__auth input[type=email],
.p-form__auth input[type=url],
.p-form__auth input[type=tel],
.p-form__auth input[type=search],
.p-form__auth textarea {
  min-width: inherit;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
}

.c-input {
  padding: 5px 10px;
  border: 1px solid #707070;
  min-width: 405px;
  background: #fff;
}
.c-input + .c-input {
  margin-left: 10px;
}
.c-input:focus {
  border-color: #1A8ECF;
  background-color: #fff;
}
.c-input:invalid {
  background-color: #ffe0cc;
  border-color: #FF6400;
}
.c-input:invalid + .p-form__error {
  display: block;
}
.c-input:invalid:focus {
  background-color: #fff;
  border-color: #FF6400;
}
.c-input--s {
  width: 132px;
  min-width: 132px;
}
.c-input--m {
  width: 352px;
  min-width: 352px;
}
.c-input--l {
    width: 100%;
    height: 129px;
    min-width: 352px;
}
.c-input--auth {
  min-width: inherit;
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
}
.c-input--full {
  width: 100%;
}

.c-input-date,
input[type=date] {
  padding: 7px 30px 7px 10px;
  border: 1px solid #707070;
  min-width: 203px;
  cursor: pointer;
  background: #fff url(data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22calendar_today_black_24dp%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_33%22%20data-name%3D%22%E3%83%91%E3%82%B9%2033%22%20d%3D%22M0%2C0H20V20H0Z%22%20fill%3D%22none%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_34%22%20data-name%3D%22%E3%83%91%E3%82%B9%2034%22%20d%3D%22M16.4%2C2.636h-.8V1H14V2.636H6V1H4.4V2.636H3.6A1.623%2C1.623%2C0%2C0%2C0%2C2%2C4.273V17.364A1.623%2C1.623%2C0%2C0%2C0%2C3.6%2C19H16.4A1.623%2C1.623%2C0%2C0%2C0%2C18%2C17.364V4.273A1.623%2C1.623%2C0%2C0%2C0%2C16.4%2C2.636Zm0%2C14.727H3.6V6.727H16.4Z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E) center right 5px no-repeat;
}
.c-input-date + span,
input[type=date] + span {
  margin: 0 1em;
}

.c-input-time,
input[type=time] {
  min-width: 100px;
  width: 100px;
}

.c-input-color-wrap {
  width: 100px;
  height: 40px;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  outline: none;
}

.c-input-color,
input[type=color] {
  width: 100%;
  height: 100%;
  min-width: inherit;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  background-color: #fff;
}

.c-input-file {
  display: none;
}
.c-input-file + label {
  padding: 5px 20px;
  display: inline-block;
  border: 2px solid #1A8ECF;
  background-color: #1A8ECF;
  cursor: pointer;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  width: 150px;
}
.c-input-file + label::after {
  content: "選択されていません";
  position: absolute;
  display: inline-block;
  right: -20px;
  top: 50%;
  color: #333333;
  -moz-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}
.c-input-file + label.is-changed::after {
  content: none;
}
.c-input-file + label:hover {
  color: #1A8ECF;
  background-color: #fff;
}
.c-input-file__name {
  display: inline-block;
  margin-left: 10px;
}

.c-checkbox {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  display: inline-block !important;
}
.c-checkbox__label .c-checkbox {
  display: none;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 20px;
  height: 20px;
  margin: 0;
}
.c-checkbox + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 20px;
  margin-bottom: 1em;
}
.c-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #707070;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.c-checkbox + label::after {
  content: "";
  display: none;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.6%22%20height%3D%2213.4%22%20viewBox%3D%220%200%2017.6%2013.4%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_36%22%20data-name%3D%22%E3%83%91%E3%82%B9%2036%22%20d%3D%22M9%2C16.2%2C4.8%2C12%2C3.4%2C13.4%2C9%2C19%2C21%2C7%2C19.6%2C5.6Z%22%20transform%3D%22translate(-3.4%20-5.6)%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.c-table thead th .c-checkbox + label {
  margin-bottom: 0;
  padding-right: 0;
}
.c-checkbox__label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
}
.c-checkbox__label::before {
  content: "";
  display: inline-block;
  border: 1px solid #707070;
  width: 18px;
  height: 18px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.c-checkbox__label .c-checkbox:checked {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.6%22%20height%3D%2213.4%22%20viewBox%3D%220%200%2017.6%2013.4%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_36%22%20data-name%3D%22%E3%83%91%E3%82%B9%2036%22%20d%3D%22M9%2C16.2%2C4.8%2C12%2C3.4%2C13.4%2C9%2C19%2C21%2C7%2C19.6%2C5.6Z%22%20transform%3D%22translate(-3.4%20-5.6)%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  border: #1A8ECF 1px solid;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.c-checkbox__label .c-checkbox:focus,
.c-checkbox__label .c-checkbox:active {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  border: #1A8ECF 1px solid;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.c-checkbox:checked + label::after {
  display: inline-block;
}
.c-checkbox:focus + label::before, .c-checkbox:active + label::before {
  border-color: #1A8ECF;
}
.c-checkbox:invalid + label + .p-form__error {
  display: block;
}

.c-table {
  border-collapse: collapse;
  width: 100%;
  white-space: nowrap;
  position: relative;
}
.c-table--auto {
  width: auto;
}
.c-table--graph {
  max-width: clamp(980px, 100%, 1280px);
}
.c-table__sum {
  border-top: 2px solid #707070;
}
.c-table__picture {
  width: 320px;
  margin: 0 auto 10px;
}
.c-table__button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.c-table__button > button {
  margin: 0 5px 5px;
}
.c-table td, .c-table th {
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  vertical-align: middle;
}
.c-tableData--long {
  min-width: 10em;
  max-width: 20em;
  white-space: normal;
}
.c-tableColgroup__fix {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-table--vtop td, .c-table--vtop th {
  vertical-align: top;
}
.c-table thead th {
  background: #707070;
  color: #fff;
  font-weight: 600;
  border-color: currentColor;
}
.c-table thead td {
  background-color: #E9E9E9;
  border-color: #fff;
  color: #333333;
}
.c-table tbody td {
  border-color: #F2F2F2;
  -webkit-transition: 0.2s border-color ease;
  -moz-transition: 0.2s border-color ease;
  -ms-transition: 0.2s border-color ease;
  -o-transition: 0.2s border-color ease;
  transition: 0.2s border-color ease;
}
.c-table tbody td.c-table__status {
  padding: 5px;
}
.c-table tbody td img {
  max-width: inherit;
}
.c-table tbody th {
  background: #707070;
  color: #fff;
  font-weight: 600;
  border-color: currentColor;
}
.c-table tbody tr:nth-child(odd) {
  background: #F2F2F2;
}
.c-table tbody tr:nth-child(even) {
  background: #fff;
}
.c-table tbody tr {
  -webkit-transition: 0.2s background ease;
  -moz-transition: 0.2s background ease;
  -ms-transition: 0.2s background ease;
  -o-transition: 0.2s background ease;
  transition: 0.2s background ease;
}
.c-table tbody tr:hover {
  background: #E8ECF2;
  -webkit-transition: 0.2s background ease;
  -moz-transition: 0.2s background ease;
  -ms-transition: 0.2s background ease;
  -o-transition: 0.2s background ease;
  transition: 0.2s background ease;
}
.c-table tbody tr:hover td {
  border-color: #fff;
  -webkit-transition: 0.2s border-color ease;
  -moz-transition: 0.2s border-color ease;
  -ms-transition: 0.2s border-color ease;
  -o-transition: 0.2s border-color ease;
  transition: 0.2s border-color ease;
}
.c-table tbody .c-button-text .material-icons {
  color: #1A8ECF;
  text-decoration: none;
}
.c-table tfoot {
  border-top: 2px solid #707070;
}
.c-table tfoot td {
  border-color: #F2F2F2;
  -webkit-transition: 0.2s border-color ease;
  -moz-transition: 0.2s border-color ease;
  -ms-transition: 0.2s border-color ease;
  -o-transition: 0.2s border-color ease;
  transition: 0.2s border-color ease;
}
.c-table tfoot th {
  background: #707070;
  color: #fff;
  font-weight: 600;
  border-color: currentColor;
}
.c-table tfoot tr:nth-child(odd) {
  background: #F2F2F2;
}
.c-table tfoot tr:nth-child(even) {
  background: #fff;
}
.c-table tfoot tr {
  -webkit-transition: 0.2s background ease;
  -moz-transition: 0.2s background ease;
  -ms-transition: 0.2s background ease;
  -o-transition: 0.2s background ease;
  transition: 0.2s background ease;
}
.c-table tfoot tr:hover {
  background: #E8ECF2;
  -webkit-transition: 0.2s background ease;
  -moz-transition: 0.2s background ease;
  -ms-transition: 0.2s background ease;
  -o-transition: 0.2s background ease;
  transition: 0.2s background ease;
}
.c-table tfoot tr:hover td {
  border-color: #fff;
  -webkit-transition: 0.2s border-color ease;
  -moz-transition: 0.2s border-color ease;
  -ms-transition: 0.2s border-color ease;
  -o-transition: 0.2s border-color ease;
  transition: 0.2s border-color ease;
}

/*-------------------------
process status icon
-------------------------*/
.c-icon-status {
  display: inline-block;
  position: relative;
  width: 42px;
  height: 42px;
}
.c-icon-status + .c-icon-status {
  margin-left: 5px;
}
.c-icon-status__link {
  display: block;
  background-color: #fff;
  padding: 5px 2px;
  text-align: center;
  color: #333333;
  text-decoration: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  line-height: 1.2;
  white-space: normal;
}
.c-icon-status__link:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.c-icon-status__link:hover + .c-icon-status__tooltip {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -moz-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.c-icon-status__tooltip {
  position: absolute;
  top: -10px;
  left: 50%;
  display: inline-block;
  background: #fff;
  -moz-transform: translate(-50%, -80%);
  -o-transform: translate(-50%, -80%);
  -ms-transform: translate(-50%, -80%);
  -webkit-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  text-align: center;
}
.c-icon-status__tooltip span {
  padding: 5px 10px;
  display: block;
  position: relative;
  box-shadow: 0px 0px 20px -10px rgba(0, 0, 0, 0.6);
}
.c-icon-status__tooltip span::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.3px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
  top: bottom;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.c-icon-status--yet .c-icon-status__link {
  background-color: #f8b9c6;
  border: 1px solid #F38BA0;
}
.c-icon-status--yet .c-icon-status__link:hover {
  background-color: #fde7ec;
}

.c-icon-status--working .c-icon-status__link {
  background-color: #baf5f5;
  border: 1px solid #8eeeee;
}
.c-icon-status--working .c-icon-status__link:hover {
  background-color: #e7fbfb;
}

.c-icon-status--done .c-icon-status__link {
  background-color: #ccecac;
  border: 1px solid #B3E283;
}
.c-icon-status--done .c-icon-status__link:hover {
  background-color: #e6f5d6;
}

.c-graph {
  margin-bottom: 40px;
  max-width: clamp(980px, 100%, 1280px);
}
.c-graph--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.c-image {
  min-width: 980px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin-bottom: 40px;
}
.c-image--center {
  -webkit-justify-content: center;
  justify-content: center;
}
.c-image__item {
  padding: 0 10px 20px;
  max-width: 33.3333333333%;
  -webkit-box-flex: 0 0 33.3333333333%;
  -moz-box-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  -webkit-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
}
.c-image__head {
  display: table;
  table-layout: fixed;
  margin-bottom: 2px;
  width: 100%;
}
.c-image__footer {
  display: table;
  table-layout: fixed;
  margin-top: 2px;
  width: 100%;
}
.c-image__label {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 10px;
  background-color: #E8ECF2;
  width: 30%;
  font-weight: 600;
}
.c-image__txt {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 10px;
  border: 1px solid #E8ECF2;
  background-color: #fff;
  width: 70%;
}
.c-image__input {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 10px;
  border: 1px solid #E8ECF2;
  background-color: #fff;
  width: 70%;
}
.c-image__body {
  padding: 5px;
  background-color: #fff;
  border: 1px solid #E8ECF2;
}
.c-image__body img {
  margin: 0 auto;
}
.c-image__head + .c-image__body {
  height: -moz-calc(100% - 30px);
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
}

.c-news {
  overflow-y: auto;
  max-height: 340px;
  scrollbar-color: #ccc;
  scrollbar-width: thin;
}
.c-news::-webkit-scrollbar {
  background: #ccc;
  height: 15px;
}
.c-news::-webkit-scrollbar-thumb {
  height: 13px;
  background: #707070;
  border-radius: 3px;
}
.c-news__item {
  margin-bottom: 20px;
  font-size: 13px;
  font-size: 1.3rem;
}
.c-news__item--important {
	position: relative;
}
.c-news__item--important::before {
	content: "";
	font-family: "Material Icons";
	line-height: 1;
	display: inline-block;
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	position: absolute;
	top: 0.125em;
	left: 0;
	background: #FF6400;
	padding: 1px;
}
.c-news__head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}
.c-news__item--important .c-news__head {
  padding-left: 2em;
}
.c-news__date {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  width: 100px;
}
.c-news__admin {
  width: -moz-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  text-align: right;
}
.c-news__detail {
  margin-bottom: 10px;
}
.c-news__file {
  background-color: #E8ECF2;
  padding: 20px;
}
.c-news__filename + .c-news__filename {
  margin-top: 10px;
}
.c-news__filename a::after {
  content: "";
  font-family: "Material Icons";
  display: inline-block;
  margin-left: 0.25em;
}
.c-news__filename--important {
  position: relative;
  padding-left: 1.75em;
}
.c-news__filename--important::before {
  content: "";
  font-family: "Material Icons";
  line-height: 1;
  display: inline-block;
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  position: absolute;
  top: 0.125em;
  left: 0;
  background: #FF6400;
  padding: 1px;
}

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 */
.ms-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: auto !important;
  top: auto !important;
}

.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.ms-choice {
  display: block;
  width: 100%;
  height: 35px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #707070;
  text-align: left;
  white-space: nowrap;
  line-height: 1em;
  text-decoration: none;
  background-color: #fff;
}
.ms-choice.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
.ms-choice > span {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 7px 30px 7px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
  height: 100%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ms-choice > span.placeholder {
  color: #E9E9E9;
}
.ms-choice > div.icon-close {
  position: absolute;
  top: 0px;
  right: 16px;
  height: 100%;
  width: 16px;
}
.ms-choice > div.icon-close:before {
  content: "×";
  color: #888;
  font-weight: bold;
  position: absolute;
  top: 50%;
  margin-top: -14px;
}
.ms-choice > div.icon-close:hover:before {
  color: #333;
}
.ms-choice > div.icon-caret {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 7px;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%227.41%22%20viewBox%3D%220%200%2012%207.41%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_23%22%20data-name%3D%22%E3%83%91%E3%82%B9%2023%22%20d%3D%22M16.59%2C8.59%2C12%2C13.17%2C7.41%2C8.59%2C6%2C10l6%2C6%2C6-6Z%22%20transform%3D%22translate(-6%20-8.59)%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.ms-choice > div.icon-caret.open {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.ms-drop {
  width: auto;
  min-width: 100%;
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.ms-drop.bottom {
  top: 100%;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.ms-drop.top {
  bottom: 100%;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 10px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
  box-sizing: border-box;
}
.ms-search input {
  width: 100%;
  height: auto !important;
  min-height: 24px;
  padding: 7px 10px;
  margin: 0;
  outline: 0;
  font-family: inherit;
  border: 1px solid #707070;
  box-shadow: none;
}

.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 0;
}
.ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static;
  padding: 10px;
}
.ms-drop ul > li .disabled {
  font-weight: normal !important;
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  cursor: default;
}
.ms-drop ul > li.multiple {
  display: block;
  float: left;
}
.ms-drop ul > li.group {
  clear: both;
}
.ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ms-drop ul > li label {
  position: relative;
  font-weight: normal;
  display: block;
  white-space: nowrap;
  cursor: pointer;
  padding-left: 30px;
  min-height: 18px;
}
.ms-drop ul > li label.optgroup {
  font-weight: bold;
}
.ms-drop ul > li.hide-radio {
  padding: 0;
}
.ms-drop ul > li.hide-radio:focus, .ms-drop ul > li.hide-radio:hover {
  background-color: #f8f9fa;
}
.ms-drop ul > li.hide-radio.selected {
  color: #fff;
  background-color: #007bff;
}
.ms-drop ul > li.hide-radio label {
  margin-bottom: 0;
  padding: 5px 8px;
}
.ms-drop ul > li.hide-radio input {
  display: none;
}
.ms-drop ul > li.option-level-1 label {
  padding-left: 28px;
}
.ms-drop ul > li.option-divider {
  padding: 0;
  border-top: 1px solid #e9ecef;
}
.ms-drop input[type=radio], .ms-drop input[type=checkbox] {
  display: block !important;
  position: absolute;
  top: 50%;
  left: 0px;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
}
.ms-drop input[type=checkbox] {
  width: 18px;
  height: 18px;
  border: 1px solid #707070;
}
.ms-drop input[type=checkbox]:checked {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.6%22%20height%3D%2213.4%22%20viewBox%3D%220%200%2017.6%2013.4%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_36%22%20data-name%3D%22%E3%83%91%E3%82%B9%2036%22%20d%3D%22M9%2C16.2%2C4.8%2C12%2C3.4%2C13.4%2C9%2C19%2C21%2C7%2C19.6%2C5.6Z%22%20transform%3D%22translate(-3.4%20-5.6)%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
.ms-drop input[type=radio] {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #707070;
}
.ms-drop input[type=radio]:checked {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%3E%20%3Ccircle%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_1%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%201%22%20cx%3D%225%22%20cy%3D%225%22%20r%3D%225%22%20fill%3D%22%23707070%22%2F%3E%3C%2Fsvg%3E") center center no-repeat;
}
.ms-drop .ms-no-results {
  display: none;
}

.custom-combobox {
  position: relative;
}
.custom-combobox .ui-button {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: none;
  border: none;
  padding: 0;
  margin-right: 0;
}
.custom-combobox .ui-button:hover {
  border: none;
  background: none;
}
.custom-combobox .ui-button-icon-only {
  height: auto;
}
.custom-combobox .ui-button .ui-icon {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%227.41%22%20viewBox%3D%220%200%2012%207.41%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_23%22%20data-name%3D%22%E3%83%91%E3%82%B9%2023%22%20d%3D%22M16.59%2C8.59%2C12%2C13.17%2C7.41%2C8.59%2C6%2C10l6%2C6%2C6-6Z%22%20transform%3D%22translate(-6%20-8.59)%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E") center right 15px no-repeat;
  width: 45px;
  height: 30px;
  display: block;
  position: static;
  margin-top: 0;
  margin-left: 0;
}
.custom-combobox .ui-button .ui-icon:hover {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%227.41%22%20viewBox%3D%220%200%2012%207.41%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_23%22%20data-name%3D%22%E3%83%91%E3%82%B9%2023%22%20d%3D%22M16.59%2C8.59%2C12%2C13.17%2C7.41%2C8.59%2C6%2C10l6%2C6%2C6-6Z%22%20transform%3D%22translate(-6%20-8.59)%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E") center right 15px no-repeat;
}
.custom-combobox .ui-button-icon-only {
  width: auto;
}
.custom-combobox .ui-button-icon-only .ui-icon {
  width: 45px;
}

.p-form__search {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 5px;
}
.p-form__comments {
  margin-top: 1em;
  margin-bottom: 20px;
}
.p-form__comments > * {
  font-size: 10px;
  font-size: 1rem;
}
.p-form__comments > *::before {
  content: "※";
}
.p-form__attention {
  background: #ffe0cc;
  padding: 20px;
  margin-bottom: 20px;
}
.p-form__alert {
  color: #FF6400;
  margin-bottom: 5px;
}
.p-form__alert:last-child {
  margin-bottom: 0;
}
.p-form__text {
  margin-bottom: 20px;
}
.p-form__text:last-child {
  margin-bottom: 0;
}
.p-form__set {
  padding-right: 20px;
  margin-bottom: 5px;
}
.p-form__set--full {
  width: 100%;
  padding-right: 0;
}
.p-form__set--noSpace {
  padding-right: 0;
  margin-bottom: 0;
}
.p-form__set--table {
  display: contents;
}
.p-form--auth .p-form__set {
  padding-right: 0;
  margin-bottom: 10px;
}
.p-form__save {
  width: 100%;
  margin-bottom: 20px;
}
.p-form__label {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.p-form__block {
  margin-bottom: 10px;
}
.p-form__block--large {
  margin-bottom: 20px;
}
.p-form__submit-area {
  text-align: center;
}
.p-form__submit-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.p-form__submit-area .p-form__btn {
  margin-top: 5px;
}
.p-form__column .p-form__btn {
  margin-bottom: 5px;
  margin-right: 10px;
}
.p-form__submit-inner .p-form__btn {
  margin: 0 5px;
}
.p-form__error {
  margin-top: 0.5em;
  color: #FF6400;
  font-weight: 600;
  font-size: 13px;
  font-size: 1.3rem;
  display: none;
}
.p-form__column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.p-form__column--align-center {
  -webkit-align-items: center;
  align-items: center;
}
.p-form__multi-btn-wrap {
  margin: 10px 20px;
}
.p-form__multi-btn + .p-form__multi-btn {
  margin-top: 20px;
}

.p-result__block {
  margin-bottom: 5px;
}
.p-result__panel {
  padding: 5px;
  background: #fff;
}
.p-result__button-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-result__button-wrap > [class*=c-button] {
  margin: 0 5px 5px;
}
.p-result__table-wrap {
  position: relative;
}
.p-result__table-wrap.is-overflow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 10px;
  height: 100%;
  box-shadow: -10px 0 3px -3px rgba(0, 0, 0, 0.16) inset;
}
.p-result__table {
  overflow-x: auto;
  scrollbar-color: #ccc;
  scrollbar-width: thin;
  margin-bottom: 10px;
}
.p-result__table::-webkit-scrollbar {
  background: #ccc;
  height: 15px;
}
.p-result__table::-webkit-scrollbar-thumb {
  height: 13px;
  background: #707070;
  border-radius: 3px;
}
.p-result__pager {
  text-align: center;
}

.p-search {
  display: none;
  animation: animaton 0.3s ease 0s 1 alternate none running;
}
.p-search.is-open {
  display: block;
  margin-bottom: 10px;
}

@-webkit-keyframes animaton {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translate(0, -2%);
    -o-transform: translate(0, -2%);
    -ms-transform: translate(0, -2%);
    -webkit-transform: translate(0, -2%);
    transform: translate(0, -2%);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes animaton {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translate(0, -2%);
    -o-transform: translate(0, -2%);
    -ms-transform: translate(0, -2%);
    -webkit-transform: translate(0, -2%);
    transform: translate(0, -2%);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes animaton {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transform: translate(0, -2%);
    -o-transform: translate(0, -2%);
    -ms-transform: translate(0, -2%);
    -webkit-transform: translate(0, -2%);
    transform: translate(0, -2%);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.p-pager {
  text-align: center;
}
.p-pager__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-pager__item {
  width: 42px;
  height: 42px;
  margin: 0 5px 10px;
}
.p-pager__item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #1A8ECF;
  background: #fff;
  border: 2px solid #1A8ECF;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.p-pager__item a .material-icons {
  margin-right: 0;
}
.p-pager__item a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #1A8ECF;
  color: #fff;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
}
.p-pager__item span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #1A8ECF;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-pager__item span .material-icons {
  margin-right: 0;
}
.p-pager__item--current a {
  background: #1A8ECF;
  color: #fff;
}

.p-edit__link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-edit__item {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 5px;
  margin-right: 30px;
}
.p-edit__item a {
  text-decoration: none;
}
.p-edit__item + .p-edit__item {
  padding-left: 30px;
}
.p-edit__item + .p-edit__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 100%;
  background: #707070;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-edit__input-wrap {
  display: none;
}
.p-edit__input-wrap.is-open {
  display: block;
}
.p-edit__input-area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}
.p-edit__input-area p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}
.p-edit__input-area:last-of-type {
  margin-bottom: 5px;
}
.p-edit__title {
  background: #E8ECF2;
  width: 240px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px;
  -webkit-box-flex: 0 1 240px;
  -moz-box-flex: 0 1 240px;
  -ms-flex: 0 1 240px;
  -webkit-flex: 0 1 240px;
  flex: 0 1 240px;
}
.p-edit__input {
  background: #fff;
  width: -moz-calc(100% - 245px);
  width: -webkit-calc(100% - 245px);
  width: calc(100% - 245px);
  margin-bottom: 5px;
  min-width: 480px;
  padding: 5px;
}
.p-edit__input--column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-edit__input--column > *:not(.p-form__set--full) {
  max-width: 50%;
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media all and (-ms-high-contrast: none) {
  .p-edit__input--column > *:not(.p-form__set--full) {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -ms-flex: auto;
    -webkit-flex: auto;
    flex: auto;
  }
}
.p-edit__table-wrap {
  width: 100%;
  overflow-x: auto;
  scrollbar-color: #ccc;
  scrollbar-width: thin;
}
.p-edit__table-wrap::-webkit-scrollbar {
  background: #ccc;
  height: 15px;
}
.p-edit__table-wrap::-webkit-scrollbar-thumb {
  height: 13px;
  background: #707070;
  border-radius: 3px;
}
.p-edit__submit {
  padding: 10px 0;
  text-align: center;
  position: relative;
}
.p-edit__submit.is-fix {
  position: fixed;
  background: #fff;
  width: -moz-calc(100% -  230px);
  width: -webkit-calc(100% -  230px);
  width: calc(100% -  230px);
  min-width: -moz-calc(980px -  230px);
  min-width: -webkit-calc(980px -  230px);
  min-width: calc(980px -  230px);
  bottom: 0;
  right: 0;
  z-index: 20;
}
.is-aside-small .p-edit__submit.is-fix {
  width: -moz-calc(100% -  70px);
  width: -webkit-calc(100% -  70px);
  width: calc(100% -  70px);
  min-width: -moz-calc(980px -  70px);
  min-width: -webkit-calc(980px -  70px);
  min-width: calc(980px -  70px);
}
.p-edit__submit--wide.is-fix {
  width: 100%;
  min-width: 980px;
}
.p-edit__submit-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.p-edit__submit-inner + .p-edit__button {
  margin-top: 20px;
}
.p-edit__button {
  margin: 0 10px;
  position: relative;
}
.p-edit__button button .material-icons {
  margin-right: 0;
}
.p-edit__more {
  position: absolute;
  bottom: 0;
  right: 0;
  -moz-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  background: #fff;
  border: 2px solid #1A8ECF;
  padding: 20px;
  width: 212px;
  display: none;
}
.p-edit__more.is-show {
  display: block;
}
.p-edit__more li {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.5;
}
.p-edit__more li a {
  text-decoration: none;
}

.p-portal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.p-portal__panel {
  padding: 0 10px;
  margin-bottom: 40px;
  max-width: 100%;
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
}
.p-portal__panel--half {
  max-width: 50%;
  -webkit-box-flex: 0 0 50%;
  -moz-box-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
}
.p-portal__inner {
  background-color: #fff;
}
.p-portal__title {
  padding: 10px 20px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #112F6A;
  font-weight: 600;
  border-bottom: 4px solid #112F6A;
}
.p-portal__body {
  padding: 20px;
}
.p-portal__table {
  max-height: 340px;
  overflow-y: auto;
  overflow-x: auto;
  scrollbar-color: #ccc;
  scrollbar-width: thin;
}
.p-portal__table::-webkit-scrollbar {
  background: #ccc;
  height: 15px;
}
.p-portal__table::-webkit-scrollbar-thumb {
  height: 13px;
  background: #707070;
  border-radius: 3px;
}
.p-portal__block {
  margin-bottom: 20px;
}
.p-portal__graph-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.p-portal__graph-btn {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.p-error__inner {
  padding: 20px;
  background: #fff;
}
.p-error__txt {
  color: #FF6400;
  line-height: 1.8;
}
.p-error__txt--center {
  text-align: center;
}
.p-error__submit-area {
  margin-top: 20px;
}
.p-error__submit {
  padding: 20px 0;
  text-align: center;
  position: relative;
}
.p-error__submit-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.p-error__submit-inner + .p-error__button {
  margin-top: 20px;
}
.p-error__button {
  margin: 0 10px;
  position: relative;
}

.p-tbledit {
  margin-bottom: 40px;
  position: relative;
}
.p-tbledit.is-overflow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 10px;
  height: 100%;
  box-shadow: -10px 0 3px -3px rgba(0, 0, 0, 0.16) inset;
}
.p-tbledit__inner {
  overflow-x: auto;
  scrollbar-color: #ccc;
  scrollbar-width: thin;
  margin-bottom: 40px;
}
.p-tbledit__inner::-webkit-scrollbar {
  background: #ccc;
  height: 15px;
}
.p-tbledit__inner::-webkit-scrollbar-thumb {
  height: 13px;
  background: #707070;
  border-radius: 3px;
}
.p-tbledit__table {
  border-collapse: collapse;
  width: 100%;
  white-space: normal;
  min-width: 980px;
}
.p-tbledit__table td, .p-tbledit__table th {
  padding: 15px;
  text-align: left;
}
.p-tbledit__table th {
  font-weight: 600;
  background: #E8ECF2;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-tbledit__table td {
  background: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}
.p-tbledit__table + .p-tbledit__table {
  margin-top: 40px;
}
.p-tbledit__table--lv1 td, .p-tbledit__table--lv1 th {
  padding: 0;
  border: none;
}
.p-tbledit__table--lv1 td {
  background-color: #F2F2F2;
}
.p-tbledit__table--lv2 td, .p-tbledit__table--lv2 th {
  padding: 15px;
  border-width: 1px;
  border-style: solid;
  vertical-align: top;
}
.p-tbledit__table--lv2 th {
  border-color: #fff;
}
.p-tbledit__table--lv2 td {
  border-color: #F2F2F2;
  background-color: #fff;
}

/*-------------------------
background-color
-------------------------*/
.u-bg-color01 {
  background-color: #112F6A !important;
}

.u-bg-color02 {
  background-color: #1A8ECF !important;
}

.u-bg-color03 {
  background-color: #21ACE0 !important;
}

.u-bg-color04 {
  background-color: #E8ECF2 !important;
}

.u-bg-accent-color {
  background-color: #FF6400 !important;
}

.u-bg-gray01 {
  background-color: #E9E9E9 !important;
}

.u-bg-gray02 {
  background-color: #F2F2F2 !important;
}

.u-bg-gray03 {
  background-color: #707070 !important;
}

.u-bg-gray04 {
  background-color: #333333 !important;
}

.u-bg-white {
  background-color: #fff !important;
}

/*-------------------------
明細行色
-------------------------*/
.LightGreen {
  background-color: lightgreen !important;
}

.LightPink {
  background-color: lightpink !important;
}

.LightSteelBlue {
  background-color: lightsteelblue !important;
}

.Khaki {
  background-color: khaki !important;
}

.LightCoral {
  background-color: lightcoral !important;
}

.White {
  background-color: white !important;
}

/*-------------------------
text-align
-------------------------*/
.u-txt-left {
  text-align: left !important;
}

.u-txt-center {
  text-align: center !important;
}

.u-txt-right {
  text-align: right !important;
}

.u-txt-justify {
  text-align: justify !important;
}

/*-------------------------
color
-------------------------*/
.u-txt-color01 {
  color: #112F6A !important;
}

.u-txt-color02 {
  color: #1A8ECF !important;
}

.u-txt-color03 {
  color: #21ACE0 !important;
}

.u-txt-color04 {
  color: #E8ECF2 !important;
}

.u-txt-accent-color {
  color: #FF6400 !important;
}

.u-txt-gray01 {
  color: #E9E9E9 !important;
}

.u-txt-gray02 {
  color: #F2F2F2 !important;
}

.u-txt-gray03 {
  color: #707070 !important;
}

.u-txt-gray04 {
  color: #333333 !important;
}

.u-txt-white {
  color: #ffffff !important;
}

.u-txt-yellow {
  color: #FFD700 !important;
}

/*-------------------------
font-weight
-------------------------*/
.u-txt-normal {
  font-weight: 300 !important;
}

.u-txt-bold {
  font-weight: 600 !important;
}

/*-------------------------
font-size
-------------------------*/
.u-fz-10 {
  font-size: 10px !important;
  font-size: 1rem !important;
}

.u-fz-11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}

.u-fz-12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.u-fz-13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.u-fz-14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.u-fz-15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}

.u-fz-16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.u-fz-17 {
  font-size: 17px !important;
  font-size: 1.7rem !important;
}

.u-fz-18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.u-fz-19 {
  font-size: 19px !important;
  font-size: 1.9rem !important;
}

.u-fz-20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}

.u-fz-21 {
  font-size: 21px !important;
  font-size: 2.1rem !important;
}

.u-fz-22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}

.u-fz-23 {
  font-size: 23px !important;
  font-size: 2.3rem !important;
}

.u-fz-24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}

.u-fz-25 {
  font-size: 25px !important;
  font-size: 2.5rem !important;
}

.u-fz-26 {
  font-size: 26px !important;
  font-size: 2.6rem !important;
}

.u-fz-27 {
  font-size: 27px !important;
  font-size: 2.7rem !important;
}

.u-fz-28 {
  font-size: 28px !important;
  font-size: 2.8rem !important;
}

.u-fz-29 {
  font-size: 29px !important;
  font-size: 2.9rem !important;
}

.u-fz-30 {
  font-size: 30px !important;
  font-size: 3rem !important;
}

.u-fz-31 {
  font-size: 31px !important;
  font-size: 3.1rem !important;
}

.u-fz-32 {
  font-size: 32px !important;
  font-size: 3.2rem !important;
}

.u-fz-33 {
  font-size: 33px !important;
  font-size: 3.3rem !important;
}

.u-fz-34 {
  font-size: 34px !important;
  font-size: 3.4rem !important;
}

.u-fz-35 {
  font-size: 35px !important;
  font-size: 3.5rem !important;
}

.u-fz-36 {
  font-size: 36px !important;
  font-size: 3.6rem !important;
}

.u-fz-37 {
  font-size: 37px !important;
  font-size: 3.7rem !important;
}

.u-fz-38 {
  font-size: 38px !important;
  font-size: 3.8rem !important;
}

.u-fz-39 {
  font-size: 39px !important;
  font-size: 3.9rem !important;
}

.u-fz-40 {
  font-size: 40px !important;
  font-size: 4rem !important;
}

.u-fz-41 {
  font-size: 41px !important;
  font-size: 4.1rem !important;
}

.u-fz-42 {
  font-size: 42px !important;
  font-size: 4.2rem !important;
}

/*-------------------------
white-space
-------------------------*/
.u-ws-normal {
  white-space: normal;
}

.u-ws-nowrap {
  white-space: nowrap;
}

.u-ws-pre {
  white-space: pre;
}

.u-ws-pre-wrap {
  white-space: pre-wrap;
}

.u-ws-pre-line {
  white-space: pre-line;
}

.u-ws-break-spaces {
  white-space: break-spaces;
}

/*-------------------------
margin
-------------------------*/
.u-mg-l0 {
  margin-left: 0px !important;
}

.u-pd-l0 {
  padding-left: 0px !important;
}

.u-mg-r0 {
  margin-right: 0px !important;
}

.u-pd-r0 {
  padding-right: 0px !important;
}

.u-mg-t0 {
  margin-top: 0px !important;
}

.u-pd-t0 {
  padding-top: 0px !important;
}

.u-mg-b0 {
  margin-bottom: 0px !important;
}

.u-pd-b0 {
  padding-bottom: 0px !important;
}

.u-mg-0 {
  margin: 0px !important;
}

.u-pd-0 {
  padding: 0px !important;
}

.u-mg-l5 {
  margin-left: 5px !important;
}

.u-pd-l5 {
  padding-left: 5px !important;
}

.u-mg-r5 {
  margin-right: 5px !important;
}

.u-pd-r5 {
  padding-right: 5px !important;
}

.u-mg-t5 {
  margin-top: 5px !important;
}

.u-pd-t5 {
  padding-top: 5px !important;
}

.u-mg-b5 {
  margin-bottom: 5px !important;
}

.u-pd-b5 {
  padding-bottom: 5px !important;
}

.u-mg-5 {
  margin: 5px !important;
}

.u-pd-5 {
  padding: 5px !important;
}

.u-mg-l10 {
  margin-left: 10px !important;
}

.u-pd-l10 {
  padding-left: 10px !important;
}

.u-mg-r10 {
  margin-right: 10px !important;
}

.u-pd-r10 {
  padding-right: 10px !important;
}

.u-mg-t10 {
  margin-top: 10px !important;
}

.u-pd-t10 {
  padding-top: 10px !important;
}

.u-mg-b10 {
  margin-bottom: 10px !important;
}

.u-pd-b10 {
  padding-bottom: 10px !important;
}

.u-mg-10 {
  margin: 10px !important;
}

.u-pd-10 {
  padding: 10px !important;
}

.u-mg-l15 {
  margin-left: 15px !important;
}

.u-pd-l15 {
  padding-left: 15px !important;
}

.u-mg-r15 {
  margin-right: 15px !important;
}

.u-pd-r15 {
  padding-right: 15px !important;
}

.u-mg-t15 {
  margin-top: 15px !important;
}

.u-pd-t15 {
  padding-top: 15px !important;
}

.u-mg-b15 {
  margin-bottom: 15px !important;
}

.u-pd-b15 {
  padding-bottom: 15px !important;
}

.u-mg-15 {
  margin: 15px !important;
}

.u-pd-15 {
  padding: 15px !important;
}

.u-mg-l20 {
  margin-left: 20px !important;
}

.u-pd-l20 {
  padding-left: 20px !important;
}

.u-mg-r20 {
  margin-right: 20px !important;
}

.u-pd-r20 {
  padding-right: 20px !important;
}

.u-mg-t20 {
  margin-top: 20px !important;
}

.u-pd-t20 {
  padding-top: 20px !important;
}

.u-mg-b20 {
  margin-bottom: 20px !important;
}

.u-pd-b20 {
  padding-bottom: 20px !important;
}

.u-mg-20 {
  margin: 20px !important;
}

.u-pd-20 {
  padding: 20px !important;
}

.u-mg-l25 {
  margin-left: 25px !important;
}

.u-pd-l25 {
  padding-left: 25px !important;
}

.u-mg-r25 {
  margin-right: 25px !important;
}

.u-pd-r25 {
  padding-right: 25px !important;
}

.u-mg-t25 {
  margin-top: 25px !important;
}

.u-pd-t25 {
  padding-top: 25px !important;
}

.u-mg-b25 {
  margin-bottom: 25px !important;
}

.u-pd-b25 {
  padding-bottom: 25px !important;
}

.u-mg-25 {
  margin: 25px !important;
}

.u-pd-25 {
  padding: 25px !important;
}

.u-mg-l30 {
  margin-left: 30px !important;
}

.u-pd-l30 {
  padding-left: 30px !important;
}

.u-mg-r30 {
  margin-right: 30px !important;
}

.u-pd-r30 {
  padding-right: 30px !important;
}

.u-mg-t30 {
  margin-top: 30px !important;
}

.u-pd-t30 {
  padding-top: 30px !important;
}

.u-mg-b30 {
  margin-bottom: 30px !important;
}

.u-pd-b30 {
  padding-bottom: 30px !important;
}

.u-mg-30 {
  margin: 30px !important;
}

.u-pd-30 {
  padding: 30px !important;
}

.u-mg-l35 {
  margin-left: 35px !important;
}

.u-pd-l35 {
  padding-left: 35px !important;
}

.u-mg-r35 {
  margin-right: 35px !important;
}

.u-pd-r35 {
  padding-right: 35px !important;
}

.u-mg-t35 {
  margin-top: 35px !important;
}

.u-pd-t35 {
  padding-top: 35px !important;
}

.u-mg-b35 {
  margin-bottom: 35px !important;
}

.u-pd-b35 {
  padding-bottom: 35px !important;
}

.u-mg-35 {
  margin: 35px !important;
}

.u-pd-35 {
  padding: 35px !important;
}

.u-mg-l40 {
  margin-left: 40px !important;
}

.u-pd-l40 {
  padding-left: 40px !important;
}

.u-mg-r40 {
  margin-right: 40px !important;
}

.u-pd-r40 {
  padding-right: 40px !important;
}

.u-mg-t40 {
  margin-top: 40px !important;
}

.u-pd-t40 {
  padding-top: 40px !important;
}

.u-mg-b40 {
  margin-bottom: 40px !important;
}

.u-pd-b40 {
  padding-bottom: 40px !important;
}

.u-mg-40 {
  margin: 40px !important;
}

.u-pd-40 {
  padding: 40px !important;
}

.u-mg-l45 {
  margin-left: 45px !important;
}

.u-pd-l45 {
  padding-left: 45px !important;
}

.u-mg-r45 {
  margin-right: 45px !important;
}

.u-pd-r45 {
  padding-right: 45px !important;
}

.u-mg-t45 {
  margin-top: 45px !important;
}

.u-pd-t45 {
  padding-top: 45px !important;
}

.u-mg-b45 {
  margin-bottom: 45px !important;
}

.u-pd-b45 {
  padding-bottom: 45px !important;
}

.u-mg-45 {
  margin: 45px !important;
}

.u-pd-45 {
  padding: 45px !important;
}

.u-mg-l50 {
  margin-left: 50px !important;
}

.u-pd-l50 {
  padding-left: 50px !important;
}

.u-mg-r50 {
  margin-right: 50px !important;
}

.u-pd-r50 {
  padding-right: 50px !important;
}

.u-mg-t50 {
  margin-top: 50px !important;
}

.u-pd-t50 {
  padding-top: 50px !important;
}

.u-mg-b50 {
  margin-bottom: 50px !important;
}

.u-pd-b50 {
  padding-bottom: 50px !important;
}

.u-mg-50 {
  margin: 50px !important;
}

.u-pd-50 {
  padding: 50px !important;
}

.u-mg-l55 {
  margin-left: 55px !important;
}

.u-pd-l55 {
  padding-left: 55px !important;
}

.u-mg-r55 {
  margin-right: 55px !important;
}

.u-pd-r55 {
  padding-right: 55px !important;
}

.u-mg-t55 {
  margin-top: 55px !important;
}

.u-pd-t55 {
  padding-top: 55px !important;
}

.u-mg-b55 {
  margin-bottom: 55px !important;
}

.u-pd-b55 {
  padding-bottom: 55px !important;
}

.u-mg-55 {
  margin: 55px !important;
}

.u-pd-55 {
  padding: 55px !important;
}

.u-mg-l60 {
  margin-left: 60px !important;
}

.u-pd-l60 {
  padding-left: 60px !important;
}

.u-mg-r60 {
  margin-right: 60px !important;
}

.u-pd-r60 {
  padding-right: 60px !important;
}

.u-mg-t60 {
  margin-top: 60px !important;
}

.u-pd-t60 {
  padding-top: 60px !important;
}

.u-mg-b60 {
  margin-bottom: 60px !important;
}

.u-pd-b60 {
  padding-bottom: 60px !important;
}

.u-mg-60 {
  margin: 60px !important;
}

.u-pd-60 {
  padding: 60px !important;
}

.u-mg-l65 {
  margin-left: 65px !important;
}

.u-pd-l65 {
  padding-left: 65px !important;
}

.u-mg-r65 {
  margin-right: 65px !important;
}

.u-pd-r65 {
  padding-right: 65px !important;
}

.u-mg-t65 {
  margin-top: 65px !important;
}

.u-pd-t65 {
  padding-top: 65px !important;
}

.u-mg-b65 {
  margin-bottom: 65px !important;
}

.u-pd-b65 {
  padding-bottom: 65px !important;
}

.u-mg-65 {
  margin: 65px !important;
}

.u-pd-65 {
  padding: 65px !important;
}

.u-mg-l70 {
  margin-left: 70px !important;
}

.u-pd-l70 {
  padding-left: 70px !important;
}

.u-mg-r70 {
  margin-right: 70px !important;
}

.u-pd-r70 {
  padding-right: 70px !important;
}

.u-mg-t70 {
  margin-top: 70px !important;
}

.u-pd-t70 {
  padding-top: 70px !important;
}

.u-mg-b70 {
  margin-bottom: 70px !important;
}

.u-pd-b70 {
  padding-bottom: 70px !important;
}

.u-mg-70 {
  margin: 70px !important;
}

.u-pd-70 {
  padding: 70px !important;
}

.u-mg-l75 {
  margin-left: 75px !important;
}

.u-pd-l75 {
  padding-left: 75px !important;
}

.u-mg-r75 {
  margin-right: 75px !important;
}

.u-pd-r75 {
  padding-right: 75px !important;
}

.u-mg-t75 {
  margin-top: 75px !important;
}

.u-pd-t75 {
  padding-top: 75px !important;
}

.u-mg-b75 {
  margin-bottom: 75px !important;
}

.u-pd-b75 {
  padding-bottom: 75px !important;
}

.u-mg-75 {
  margin: 75px !important;
}

.u-pd-75 {
  padding: 75px !important;
}

.u-mg-l80 {
  margin-left: 80px !important;
}

.u-pd-l80 {
  padding-left: 80px !important;
}

.u-mg-r80 {
  margin-right: 80px !important;
}

.u-pd-r80 {
  padding-right: 80px !important;
}

.u-mg-t80 {
  margin-top: 80px !important;
}

.u-pd-t80 {
  padding-top: 80px !important;
}

.u-mg-b80 {
  margin-bottom: 80px !important;
}

.u-pd-b80 {
  padding-bottom: 80px !important;
}

.u-mg-80 {
  margin: 80px !important;
}

.u-pd-80 {
  padding: 80px !important;
}

.u-mg-l85 {
  margin-left: 85px !important;
}

.u-pd-l85 {
  padding-left: 85px !important;
}

.u-mg-r85 {
  margin-right: 85px !important;
}

.u-pd-r85 {
  padding-right: 85px !important;
}

.u-mg-t85 {
  margin-top: 85px !important;
}

.u-pd-t85 {
  padding-top: 85px !important;
}

.u-mg-b85 {
  margin-bottom: 85px !important;
}

.u-pd-b85 {
  padding-bottom: 85px !important;
}

.u-mg-85 {
  margin: 85px !important;
}

.u-pd-85 {
  padding: 85px !important;
}

.u-mg-l90 {
  margin-left: 90px !important;
}

.u-pd-l90 {
  padding-left: 90px !important;
}

.u-mg-r90 {
  margin-right: 90px !important;
}

.u-pd-r90 {
  padding-right: 90px !important;
}

.u-mg-t90 {
  margin-top: 90px !important;
}

.u-pd-t90 {
  padding-top: 90px !important;
}

.u-mg-b90 {
  margin-bottom: 90px !important;
}

.u-pd-b90 {
  padding-bottom: 90px !important;
}

.u-mg-90 {
  margin: 90px !important;
}

.u-pd-90 {
  padding: 90px !important;
}

.u-mg-l95 {
  margin-left: 95px !important;
}

.u-pd-l95 {
  padding-left: 95px !important;
}

.u-mg-r95 {
  margin-right: 95px !important;
}

.u-pd-r95 {
  padding-right: 95px !important;
}

.u-mg-t95 {
  margin-top: 95px !important;
}

.u-pd-t95 {
  padding-top: 95px !important;
}

.u-mg-b95 {
  margin-bottom: 95px !important;
}

.u-pd-b95 {
  padding-bottom: 95px !important;
}

.u-mg-95 {
  margin: 95px !important;
}

.u-pd-95 {
  padding: 95px !important;
}

.u-mg-l100 {
  margin-left: 100px !important;
}

.u-pd-l100 {
  padding-left: 100px !important;
}

.u-mg-r100 {
  margin-right: 100px !important;
}

.u-pd-r100 {
  padding-right: 100px !important;
}

.u-mg-t100 {
  margin-top: 100px !important;
}

.u-pd-t100 {
  padding-top: 100px !important;
}

.u-mg-b100 {
  margin-bottom: 100px !important;
}

.u-pd-b100 {
  padding-bottom: 100px !important;
}

.u-mg-100 {
  margin: 100px !important;
}

.u-pd-100 {
  padding: 100px !important;
}

.u-mg-lrauto {
  margin-left: auto;
  margin-right: auto;
}

/*-------------------------
width
-------------------------*/
.u-w-0 {
  width: 0% !important;
}

.u-min-w-0 {
  min-width: 0% !important;
}

.u-max-w-0 {
  max-width: 0% !important;
}

.u-w-5 {
  width: 5% !important;
}

.u-min-w-5 {
  min-width: 5% !important;
}

.u-max-w-5 {
  max-width: 5% !important;
}

.u-w-10 {
  width: 10% !important;
}

.u-min-w-10 {
  min-width: 10% !important;
}

.u-max-w-10 {
  max-width: 10% !important;
}

.u-w-15 {
  width: 15% !important;
}

.u-min-w-15 {
  min-width: 15% !important;
}

.u-max-w-15 {
  max-width: 15% !important;
}

.u-w-20 {
  width: 20% !important;
}

.u-min-w-20 {
  min-width: 20% !important;
}

.u-max-w-20 {
  max-width: 20% !important;
}

.u-w-25 {
  width: 25% !important;
}

.u-min-w-25 {
  min-width: 25% !important;
}

.u-max-w-25 {
  max-width: 25% !important;
}

.u-w-30 {
  width: 30% !important;
}

.u-min-w-30 {
  min-width: 30% !important;
}

.u-max-w-30 {
  max-width: 30% !important;
}

.u-w-35 {
  width: 35% !important;
}

.u-min-w-35 {
  min-width: 35% !important;
}

.u-max-w-35 {
  max-width: 35% !important;
}

.u-w-40 {
  width: 40% !important;
}

.u-min-w-40 {
  min-width: 40% !important;
}

.u-max-w-40 {
  max-width: 40% !important;
}

.u-w-45 {
  width: 45% !important;
}

.u-min-w-45 {
  min-width: 45% !important;
}

.u-max-w-45 {
  max-width: 45% !important;
}

.u-w-50 {
  width: 50% !important;
}

.u-min-w-50 {
  min-width: 50% !important;
}

.u-max-w-50 {
  max-width: 50% !important;
}

.u-w-55 {
  width: 55% !important;
}

.u-min-w-55 {
  min-width: 55% !important;
}

.u-max-w-55 {
  max-width: 55% !important;
}

.u-w-60 {
  width: 60% !important;
}

.u-min-w-60 {
  min-width: 60% !important;
}

.u-max-w-60 {
  max-width: 60% !important;
}

.u-w-65 {
  width: 65% !important;
}

.u-min-w-65 {
  min-width: 65% !important;
}

.u-max-w-65 {
  max-width: 65% !important;
}

.u-w-70 {
  width: 70% !important;
}

.u-min-w-70 {
  min-width: 70% !important;
}

.u-max-w-70 {
  max-width: 70% !important;
}

.u-w-75 {
  width: 75% !important;
}

.u-min-w-75 {
  min-width: 75% !important;
}

.u-max-w-75 {
  max-width: 75% !important;
}

.u-w-80 {
  width: 80% !important;
}

.u-min-w-80 {
  min-width: 80% !important;
}

.u-max-w-80 {
  max-width: 80% !important;
}

.u-w-85 {
  width: 85% !important;
}

.u-min-w-85 {
  min-width: 85% !important;
}

.u-max-w-85 {
  max-width: 85% !important;
}

.u-w-90 {
  width: 90% !important;
}

.u-min-w-90 {
  min-width: 90% !important;
}

.u-max-w-90 {
  max-width: 90% !important;
}

.u-w-95 {
  width: 95% !important;
}

.u-min-w-95 {
  min-width: 95% !important;
}

.u-max-w-95 {
  max-width: 95% !important;
}

.u-w-100 {
  width: 100% !important;
}

.u-min-w-100 {
  min-width: 100% !important;
}

.u-max-w-100 {
  max-width: 100% !important;
}

/*# sourceMappingURL=app.css.map */


/*-------------------------
追加
-------------------------*/

body button {
  color: #1A8ECF;
  outline: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.p-edit__input-area label {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}
.p-edit__more button {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.5;
}

/*-------------------------
追加 明細の色　選択時など
-------------------------*/
/* ↓--- 貼り付けテーブル用 --------------- */

.editCell {
    background: #ffc;
}

.selectedCell {
    background: #aabdfc;
}

.readOnlyCell {
    background: #fff;
}
/* ↑--- 貼り付けテーブル用 --------------- */


/*-------------------------
追加 バリデーションエラー
-------------------------*/
/* ↓validationvalidationvalidationvalidationvalidationvalidation */

/*
#errmsg {
    border-bottom: none;
    border-left: none;
    padding-left: 1em;
    content: "\A";
    white-space: pre-line;
}
*/

.field-validation-error {
    color: #f3630f;
    font-weight: bold;
    content: "\A";
    white-space: pre-line;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 2px solid #f3630f;
    background-color: rgb(243 99 15 / 0.30); /* 入力項目の背景 */
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors {
    color: #f3630f;
    font-weight: bold;
    font-size: 1.1em;
    content: "\A";
    white-space: pre-line;
}

/* ↑validationvalidationvalidationvalidationvalidationvalidation */

/*-------------------------
追加 インジケーター
-------------------------*/
.indicator-loading {
/*    display: none;
*/    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    color: #fff;
    z-index: 2;
}