
form.form-main{
    background-color:whitesmoke;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
  }
  
  .form-label-group > input,
  .form-label-group > label {
    height: 3.125rem;
    padding: .75rem
  }
  
  .form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* デフォルトの `<label>` margin を上書き */
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    cursor: text; /* ラベルの下の入力と一致させる */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
  }
  
  .form-label-group input::-webkit-input-placeholder {
    color: transparent;
  }
  
  .form-label-group input:-ms-input-placeholder {
    color: transparent;
  }
  
  .form-label-group input::-ms-input-placeholder {
    color: transparent;
  }
  
  .form-label-group input::-moz-placeholder {
    color: transparent;
  }
  
  .form-label-group input::placeholder {
    color: transparent;
  }
  
  .form-label-group input:not(:placeholder-shown) {
    padding-top: 1.75rem;
    padding-bottom: 0.55rem;
  }
  
  .form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-size: 12px;
    color: #777;
  }
  
  /* Edge用フォールバック
  -------------------------------------------------- */
  @supports (-ms-ime-align: auto) {
    .form-label-group > label {
      display: none;
    }
    .form-label-group input::-ms-input-placeholder {
      color: #777;
    }
  }
  
  /* IE10-11用フォールバック
  -------------------------------------------------- */
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
      display: none;
    }
    .form-label-group input:-ms-input-placeholder {
      color: #777;
    }
  }
  

  label.error {
    color: red;
    background-color:wheat;
    border: solid 1px red;
  }
  label.error:empty {
    display: none!important;
  }

  input.error {
    border: solid 2px red;

  }

  .invalid-feedback{
    color: red;
  }

  div.viewerrmsg:empty{
    display: none!important;
  }
  div.viewinfomsg:empty{
    display: none!important;
  }



  /* CSS Document */
/*-------------------------------*/
div.wrapKOPIPE{
	border-radius:15px;
	margin:20px 0;
	background:#eff5f6;
	border:5px solid #e5eeef;
	padding:20px;
}
/*-------------------------------*/
div.baseService h1{
	margin:0 0 30px 0;
}
div.baseService h2{
	margin:30px 0 20px 0;
}
div.baseService p{
	margin:20px 0;
	font-size:0.95em;
	line-height:1.6;
}
div.baseService ul{
	margin:20px 0 0 30px;
}
div.baseService ul li{
	list-style:outside decimal;
	font-size:0.95em;
	line-height:140%;
	margin:10px 0 0 0;
}
div.baseService ul li ul{
	margin:15px 0 10px 10px;
}
div.baseService ul li ul li{
	list-style:outside none;
	margin-left:20px;
	text-indent:-1.5em;
}
div.baseService ul.child{
	margin:15px 0 0 10px;
}
div.baseService ul.child li{
	list-style:outside none;
	margin-left:45px;
	text-indent:-1.7em;
}
div.baseService p.tR{
	margin:30px 0 0 0;
	font-size:0.95em;
	line-height:140%;
	text-align:right;
}
div.baseService ul li ul li ol li{
	list-style:outside lower-roman;
	margin-left:20px;
	text-indent:-0.2em;
}
div.baseService ol{
	margin:20px 0 0 40px;
}
div.baseService ol li{
	list-style:outside decimal;
	font-size:0.95em;
	line-height:140%;
	margin:10px 0 0 0;
}
div.baseService ol li ol{
margin-bottom: 20px;
}
div.baseService ol li ol li{
font-size: 100%;
}
/*-------------------------------*/
div.wrapKOPIPE pre{
	width:620px;
	max-height:500px;
	overflow:scroll;
	background:#ffffff;
}
div.wrapKOPIPE code{
	display:block;
	padding:10px 20px;
}
/*-------------------------------*/
ul.tab li{
	display:inline;
	font-size:0.95em;
	line-height:140%;
}
/*-------------------------------*/
/*end*/