/* CSS Document */
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,400|Open+Sans:300,400,600&family=Roboto:wght@400;500&display=swap');
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   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, 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, 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, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
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;
}
/* Base Style */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
}
body {
  font-family: 'arial', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  color: #444444;
  font-size: 1.3rem;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}
#wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
}
#header {
  width: 100%;
  background-color: #3361d6;
  color: #fff;
}
#header-inn {
  height: 64px;
  padding: 20px 10px;
}
#header-inn h1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
}

#header-inn h1 a {
	color: white;
	text-decoration: none;
}
#contents {
    min-height: calc(100vh - 161px);
}
#footer {
    width: 100%;
    padding: 50px 0 5px;
}
#footer .copyright {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.scale {
    width: 100%;
    height: auto;
}
p.box {
	margin: 30px auto 10px;
	position: relative;
	text-align: center;
}

p.flbox {
    margin: 30px auto 50px;
}
p.flbox > label {
    display: flex;
    justify-content: center;
    align-items: center;
}
p.box.error {
	text-align: left;
	color: red;
	line-height: 1.4em;
}
p.flbox span.title {
    display: inline-block;
    width: 176px;
    flex-basis: 176px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
}
dl.login {
	display: flex;
	width: 600px;
	margin: 30px auto 10px;
}
dl.login dt {
	width: 120px;
	flex-basis: 120px;
	line-height: 35px;
}
dl.login dd {
	width:480px;
	flex-basis: 480px;
}
dl.login dd input {
	font-size: 18px;
	font-weight: 400;
	width:480px;
	padding: 5px;
}
p.box.login-error {
	color: red;
	line-height: 1.4em;
}
input[type="file"] {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 0.7em;
}
.com-box01,
.upload-box,
.menu-box
{
  margin: 30px auto 0;
  width: 970px;
  border: 1px solid #bfbfbf;
  position: relative;
  background-color: white;
  color: #666666;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.menu-box {
    width: 1080px;
}
.com-box01 .header,
.upload-box .header,
.menu-box .header
{
  width: 100%;
  background-color: #7594d8;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 18px;
}
.com-box01 .header.error,
.upload-box .header.error 
{
	background-color: #CF0003;
}
.com-box01 h2,
.upload-box h2,
.menu-box h2
{
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: white;
}
.com-box01 .body,
.upload-box .body
{
  padding: 20px;
}
.menu-box .body {
    padding: 50px 14px;
}
.menu-box .body .body-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.menu-box .body .body-row:nth-child(2n) {
    margin-top: 30px;
}
.menu-box .body .body-row:first-child {
    margin-top: 0;
}
.nav-box {
    text-align: center;
    margin-top: 98px;
}
button.btn-hitc,
button.btn02,
button.btn03
{
    background-color: #517cde;
    color: #fff;
    display: inline-block;
    padding: 5px 7px;
    text-align: center;
    border: none;
    outline:none;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1em;
}
button.btn03 {
    background-color: #e4007f;
}
label.btn04 {
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 1em;
    padding: 5px 7px;
    background-color: #517cde;
    color: #fff;
    border-radius: 3px;
    text-align: center;
}
label.btn04 > input {
    display: none;
}

.btn-hitc:hover,
button.btn02:hover,
button.btn03:hover,
label.btn04:hover
{
    opacity: 0.85;
}
.btn-hitc:active,
button.btn02:active,
button.btn03:active,
label.btn04:active
{
    opacity: 0.95;
}

.btn-submit,
.btn05
{
  position: relative;
  margin: auto;
  width: 180px;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 10px;
  appearance: none;
  background: #517cde;
  background-image: -webkit-linear-gradient(top, #517cde, #7594d8);
  background-image: -moz-linear-gradient(top, #517cde, #7594d8);
  background-image: -ms-linear-gradient(top, #517cde, #7594d8);
  background-image: -o-linear-gradient(top, #517cde, #7594d8);
  background-image: linear-gradient(to bottom, #517cde, #7594d8);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #FFFFFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  box-shadow: 3px 3px 10px 0px #626262;
  -webkit-box-shadow: 3px 3px 10px 0px #626262;
  -moz-box-shadow: 3px 3px 10px 0px #626262;
  border: solid #517cde 1px;
  text-decoration: none;
  display: inline-block;
  text-align: center;
}
.btn05 {
    width: 280px;
}
.btn-submit:hover,
.btn05:hover
{
  border: solid #517cde 1px;
  background-color: #517cde;
   background-image: -webkit-linear-gradient(top, #7594d8, #517cde);
   background-image: -moz-linear-gradient(top, #7594d8, #517cde);
   background-image: -ms-linear-gradient(top, #7594d8, #517cde);
   background-image: -o-linear-gradient(top, #7594d8, #517cde);
   background-image: linear-gradient(to bottom, #7594d8, #517cde);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-decoration: none;

}
.btn-submit:active,
.btn05:active
{
  box-shadow: 3px 3px 3px 0px #555;
  -webkit-box-shadow: 3px 3px 3px 0px #555;
  -moz-box-shadow: 3px 3px 3px 0px #555;
  top: 2px;
  left: 2px;
}
.btn-back {
  display: inline-block;
  position: relative;
  margin: auto;
  background-color: #E6E6E6;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #444;
  padding: 14px 20px;
  text-decoration: none;
  text-align: center;
}
.btn-back:hover {
    opacity: 0.75;
}
.btn-back:active {
    opacity: 0.85;
}
.btn-plus,
.btn-minus
{
    display: inline-block;
    position: relative;
    width: 17px;
    height: 17px;
    border-radius: 8.5px;
    background: #aaaaaa;
    margin-left: 6px;
    cursor: pointer;
}
.btn-plus::before
{
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 9px;
    background: #fff;
}
.btn-plus::after,
.btn-minus::before
{
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 9px;
    height: 1px;
    background: #fff;
}

.btn-plus:hover,
.btn-minus:hover
{
    background: #3dc7f1;
}
.btn-plus:active,
.btn-minus:active
{
    background: #016895;
}
.btn06
{
    position: relative;
    margin: auto;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
    background: #FFEBFF;
    color: #404040;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 16px;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 3px 3px 10px 0px #626262;
    -webkit-box-shadow: 3px 3px 10px 0px #626262;
    -moz-box-shadow: 3px 3px 10px 0px #626262;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
label.btn07 {
    cursor: pointer;
    display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #404040;
    padding: 12px 16px;
    background-color: #FFEBFF;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 3px 3px 10px 0px #626262;
    -webkit-box-shadow: 3px 3px 10px 0px #626262;
    -moz-box-shadow: 3px 3px 10px 0px #626262;
}
.btn06:hover,
.btn07:hover
{
    background: #FFD4FF;
}
.btn06:active,
.btn07:active
{
  box-shadow: 3px 3px 3px 0px #555;
  -webkit-box-shadow: 3px 3px 3px 0px #555;
  -moz-box-shadow: 3px 3px 3px 0px #555;
  top: 2px;
  left: 2px;
}
input.ci01[type="text"]
{
    background-color: #fff;
    border: none;
    display: inline-block;
    font: inherit;
    padding: 6px 7px;
    width: 100%;
}

.menu-item {
    width: 314px;
    flex-basis: 314px;
    margin: 15px 18px;

}

.submenu-item {
    width: 314px;;
    flex-basis: 314px;
    margin: 15px 18px;
    text-align: center;
}
.menu-wrap {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 24px 12px 34px;
    border: 1px solid #bfbfbf;
    border-radius: 30px;
    margin-bottom: 18px;
}
.menu-wrap.n-num {
    background-color: #ffffcc;
}
.menu-wrap.pm-proces {
    background-color: #d7eff5;
}
.menu-wrap.pm-integ {
    background-color: #ffebff;
}
.menu-wrap.ichyu-proces {
    background-color: #FFFFCC;
}
.menu-wrap.bl-tag,
.menu-wrap.ichyu-tag
{
    background-color: #c8f5e8;
}
.menu-guide {
    font-size: 13px;
    line-height: 1.6em;
    padding: 2px;
}
.file-upload h3 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.05em;
}
.file-upload h3.single {
    margin-top: 23px;
}
.file-upload h3 > span {
    font-size: 16px;
}

.file-upload .drop-zone {
    background-color: #fff;
    padding: 28px 20px;
    margin-top: 12px;
    height: 210px;
}

.file-upload .drop-zone input,
.btn07 input
{
    display:none;
}

.upload-drag {
    text-align: center;
    padding-top: 69px;
    background: url("../img/common/cloud_icon.svg") no-repeat;
    background-size: 77px 51px;
    background-position: center 6px;
}

.continuation-drag {
    display: flex;
    justify-content: center;
    margin-top: 18px;
    
}
.continuation-drag > span {
    display: block;
    font-size: 1.5rem;
    line-height: 1.4em;
    padding: 7px;
    text-align: center;
    background-color: #FFCDFF;
    color: #000;
}
.upload-select {
    text-align: center;
    font-size: 1.2rem;
    line-height: 2em;
    margin-top: 20px;
}
label.btn01 {
    cursor: pointer;
    display: inline-block;
    font-size: 1.5rem;
    padding: 2px 10px;
    background-color: #e6e6e6;
}
.uploading {
    height: 154px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.uploading-inn {
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    padding: 5px 30px;
    background-color: #ffffbd;
    color: #000;
}
.uploading-inn span {
    display: block;
}
.uploading-inn .uploading-box {
    width: 15px;
    flex-basis: 15px;
    margin-left: 5px;
    margin-top: 1px;
}
.select-type {
  width: 100%;
  position: relative;
  display: inline-block;
}
.select-type::after {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 8px;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
    z-index: 8000;
    pointer-events: none;
}
select.typ01
{
    /* styling */
    color:#2d2d2d;
    background-color: #fff;
    display: inline-block;
    font: inherit;
    line-height: 1em;
    padding: 5.5px 20px 5.5px 10px;
    width: 100%;
    font-size: 1.4rem;
  
    /* reset */
    border:1px solid #ccc;
    border-radius: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.link01 a {
    display: block;
    background-color: #3459a5;
    padding: 20px 0;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 50px 0;
}
.link01 a:hover,
label.btn01:hover,
.mess-box .close:hover
{
    opacity: 0.75;
}
.link01 a:active,
label.btn01:active,
.mess-box .close:active
{
    opacity: 0.85;
}
.loading-box,
.mess-box
{
	display: none;
	position: fixed;
    width: 300px;
	height: 300px;
	margin: auto;
	top: 20vh;
    left: 0;
	right: 0;
    z-index: 9900;
}
.mess-box {
    width: 500px;
    height: auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 36px 0;
    text-align: center;
}
.mess-box .error-icon {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 36px;
    color: #ff1d25;
    background: url("../img/common/error_icon.svg") no-repeat;
    background-position: center 0;
    background-size: 85px 75px;
    padding-top: 80px;
}
.mess-box .mess-txt {
    font-size: 15px;
    font-weight: 500;
    line-height: 2em;
    color: #000;
    margin-top: 39px;
}
.mess-box .close {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background-color: #444;
    padding: 7px;
    cursor: pointer;
    margin-top: 55px;
    border-radius: 6px;
}
.progress-bars {
    height: 300px;
}
.progress-bars > svg {
    height: 100%;
    display: block;
}
#overlay {
    display: none;
	position: fixed;
    width: 100%;
    height: 100%;
	background: #000;
	top: 0;
    left: 0;
    z-index: 9800;
    overflow: hidden;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
}
.make-rule-box {
    font-size: 16px; 
}
.make-rule-box .make-rule-header {

    line-height: 1.4em;
    display: flex;
}
.make-rule-box .make-rule-body {
    font-size: 1.5rem;
    margin: 56px 0;
}
.make-rule-box .file-name {
    margin-right: 80px;
}
.make-rule-box .make-rule-body {
    margin-top: 30px;
}
.cat-row01 {
    padding: 10px 10px 0;
    background-color: #E6EBF8;
    margin-bottom: 10px;
}
.cat-row01-01 {
    display: flex;
    align-items: center;
}
.cat-row01-01 .tilte {
    width: 120px;
    flex-basis: 120px;
}
.cat-row01-01 .input-area,
.rule-row01-01 .input-area
{
    width: 380px;
    flex-basis: 380px;
}
.conditions-row01-01 .input-area,
.conditions-row01-02 .input-area
{
    width: 280px;
    flex-basis: 280px;
}
.rule-row01 {
    padding: 0 0 0 120px;
}
.rule-row01-01,
.conditions-row01-01,
.conditions-row01-02
{
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.rule-row01-01 .tilte {
    width: 90px;
    flex-basis: 90px;
}
.ctr-box {
    margin: 46px 0px;
    text-align: center;
}
.conditions-row01 {
    padding: 0 0 10px 90px;
}
.conditions-row01-02 {
    padding: 0 0 10px 330px;
}
.select-andor {
    width: 90px;
    flex-basis: 90px;
    margin-right: 10px;
}
.select-field {
    width: 130px;
    flex-basis: 130px;
    margin-right: 10px;
}
.conditions-row01-02 .cmd {
    margin-left: 10px;
}
.sheet01 .sheet-header,
.sheet01 .sheet-row
{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #bfbfbf;
    font-size: 15px;
    line-height: 1.6em;
    padding: 8px 5px;
}

.sheet01 .sheet-header {
    background-color: #f2f2f2;
}

.sheet01 .sheet-row .btn-box:last-of-type {
    margin-right: 0;
}

.sheet01 .sheet-header .file-name,
.sheet01 .sheet-row .file-name
{
    width: calc(100% - 582px);
    flex-basis: calc(100% - 582px);
    margin-right: 20px;
    word-wrap: break-word;
}
.sheet01 .sheet-header .data-count,
.sheet01 .sheet-row .data-count
{
    width: 60px;
    flex-basis: 60px;
    margin-right: 20px;
    text-align: right;
}
.sheet01 .sheet-header .save-data,
.sheet01 .sheet-row .save-data {
    width: 150px;
    flex-basis: 150px;
    margin-right: 10px;
}
.sheet01 .sheet-row .cmd
{
    display: flex;
    width: 312px;
    flex-basis: 312px;
}
.sheet01 .sheet-row .btn-box {
    font-family: 'Noto Sans JP', sans-serif;
    margin-right: 10px;
}
.multifile-box {
    display: none;
    position: absolute;
    left: calc(50% - 485px);
    top: 20vh;
    z-index: 9999;
}
.multifile-box .upload-box {
    border: none;
}
.multifile-box .upload-box .close-btn {
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: 18px;
    right: 10px;
}
.multifile-box .upload-box .error-txt {
    font-size: 16px;
    line-height: 1.4em;
    color: #FF0000;
    text-align: center;
    margin-top: 20px;
}

.btn-wrap-01 {
    position: relative;
    margin: 30px 0 40px;
    text-align: center;
}