@charset "utf-8";

h2 {
	color:#3B4043;
	font-size:21px;
text-align: left;
font: normal normal bold 21px/48px Source Han Sans JP;
letter-spacing: 0px;
}
/* inputフォーム、テキストエリア、セレクトボックス */
input[type="text"],
textarea,
select {
	padding: 3px;
	border: 1px solid #d5d5d5;
	color: #000000;
}

textarea{
	font-size:12px;
	width:475px
}

input[type="text"]{
	width:536px;
	height:30px;
	font-size:120%;
}

/*	必須項目　*/
.hissu {
	float: left;
	color: #F00;
	padding-right: 5px;
}
/* ※印 */
.kome {
	color: #F00;
	font-size:96%;
	font-weight:bold;
	margin-left:0.3em;
}
.komek {
	color: #F00;
	font-size:96%;
	font-weight:bold;
}
/*	注釈　*/
.memo {
	font-size: 80%;
	color: #3b4043;
	padding-top: 5px;
}
.memored{
	font-size: 80%;
	color:red;
}

.komeB{
	color:red;
	font-weight:bold;
}

.gsinfo{
	font-size: 100%;
	color: #3b4043;
	padding-top: 0px;
}

.resultbox {
	text-align: left;
	margin-top: 1rem;
}

.resultbox-title {
	font-size: 18px;
	line-height: 1.5rem;
	color: #3B4043;
	text-align: left;
	font-weight: bold;
	border: none;
	padding: 0;
	margin-top:0.5rem;
}

/* パーツセット（罫線）
******************************************************************/
.input_line {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 20px;
	margin-bottom: 20px;
}

/*************** notification ***************/

.notification.error {
	background-image: url(../../img/icon_error.png);
	background-repeat: no-repeat;
	background-position: left 0em;
	color: #C36;
	padding-left: 20px;
	padding-top: 5px;
}

/* inpu_type
------------------------------------------------------------*/

input[type="submit"],
input[type="reset"],
.input_type02 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #0053ad;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0053ad), to(#00438c));
	background: -webkit-linear-gradient(#0053ad, #00438c);
	background: -moz-linear-gradient(#0053ad, #00438c);
	background: -ms-linear-gradient(#0053ad, #00438c);
	background: -o-linear-gradient(#0053ad, #00438c);
	background: linear-gradient(#0053ad, #00438c);
	font-weight: bold;
	color: #FFF!important;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	border: 1px solid #004896;
	-webkit-box-shadow: #666 0px 0px 2px;
	-moz-box-shadow: #666 0px 0px 2px;
	box-shadow: #666 0px 0px 2px;
	cursor:pointer;
	font-size: 15px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
.input_type02:hover {
	background: #008BDC;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#008BDC), to(#0079BF));
	background: -webkit-linear-gradient(#008BDC, #0079BF);
	background: -moz-linear-gradient(#008BDC, #0079BF);
	background: -ms-linear-gradient(#008BDC, #0079BF);
	background: -o-linear-gradient(#008BDC, #0079BF);
	background: linear-gradient(#008BDC, #0079BF);
	border-top-color: #009EFA;
	border-right-color: #009EFA;
	border-bottom-color: #009EFA;
	border-left-color: #009EFA;
}


.errorMessage {
    background-image: url("img/icon_error.png");
	background-position: left 0em;
    background-repeat: no-repeat;
    color: #f00;
    padding-left: 20px;
	font-weight: bold;
	line-height: 1.3em;
}


.box {
	text-align: left;
	padding: 10px;
}

.box-title {
	font-size: 18px;
	line-height: 1.5em;
	color: #333;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #cecece;
	padding: 0 0 10px 0;
}

.box-info {
	padding: 10px;
	font-size: 16px;
	line-height: 1.5em;
	color: #333333;
	text-align: left;
	margin: 10px 0 10px 0;
	font-weight: bold;
}

.parts_komidashi{
	font-size:100%;
	font-weight: bold;
	color:#004BB1;
}

/* ---- Headline ---- */
div.headline {
	display: block;
	padding: 2px 3px;
	border-top: #c0c0c0 solid 1px;
	border-bottom: #c0c0c0 solid 1px;
}
div.headline h3 {
	/*height: 24px; */
	color:#3B4043;
	height: auto;
	line-height: 24px;
	font-size:120%;
	font-weight: bold;
	border-left: #0090FF solid 6px;
	padding-left: 8px;
}
div.rheadline {
	margin-top:0.5rem;
	display: block;
	padding: 2px 3px;
	line-height: 24px;
	font-size:120%;
	font-weight: bold;
}
#contentsTitle .contents h2 {
	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	text-indent: 8px;
	width: 100%;
	border-bottom: solid 3px #21ade5;
}


.headline02 {
	border-bottom: 2px dotted  #ccc;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 5px;
	font-weight: bold;
}

#wwlbl_myForm1_hosttype{
	float: right;
	margin-right:20px;
}
#wwctrl_myForm1_hosttype{
	float: left;
}
#wwgrp_myForm1_hosttype{
	padding-bottom: 5px;
}

.label {
    font-style: normal;
}
/* clearfix
------------------------------------------------------------*/
.clearfix:after
{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}


 input[type="checkbox"] {
  display: none; /* checkboxを非表示にする */
  }
   .checkbox_label {
    position: relative; /* ボックスの位置を指定する */
    padding: 0 0 0 32px; /* ボックス内側の余白を指定する */
    font-weight:normal;
    font-size:100%;
  }
  .checkbox_label:hover:after {
   border-color: #3b4043; /* ボックスの境界線を実線で指定する */
  }
  .checkbox_label:after, .checkbox_label:before{
   position: absolute; /* ボックスの位置を指定する */
   content: ""; /* ボックスのコンテンツ */
   display: block; /* ブロックレベル要素化する */
   top: 30%; /* 上部から配置の基準位置を決める */
   }
  .checkbox_label:after {
   left: 5px; /* 左から配置の基準位置を決める */
   margin-top: -8px; /* チェック枠の位置 */
   width: 20px; /* ボックスの横幅を指定する */
   height: 20px; /* ボックスの高さを指定する */
   border: 2px solid #ccc; /* ボックスの境界線を実線で指定する */
   border-radius: 6px; /* ボックスの角丸を指定する */
  }
  .checkbox_label:before {
   left: 13px; /* 左から配置の基準位置を決める */
   margin-top: 4px; /* チェックマークの位置 */
   width: 50px; /* ボックスの横幅を指定する */
   height: 4px; /* ボックスの高さを指定する */
    border-bottom: 4px solid #3B4043;
    border-left: 8px solid #3B4043;
   transform: rotate(-45deg) perspective(50px) rotateY(60deg);
   transform-origin: 0 70%;
   opacity: 0; /* 要素を透過指定する */
  }
  input[type="checkbox"]:checked + .checkbox_label:before {
  opacity: 1; /* 要素を表示する */
  }

#douibox{
	line-height:180%;
	margin-left:1em;
	margin-top:4px;
	width:93%;
	border:1px solid #7f7f7f;
	padding:16px 16px 24px 24px;
}
#douibox .midashi{
	font-weight:bold;
	font-size:120%;
	color:#004BB1;
}
#douibox .naiyou ul{
	margin-left:2em;
}
#douibox .naiyou ul li{
	list-style-type:decimal;
	color:#3B4043;
}
#douiboxr{
	line-height:180%;
	width:100%;
	border:none;
}
#douiboxr .midashi{
	font-weight:bold;
	font-size:120%;
	color:#004BB1;
}
#douiboxr .naiyou ul{
	margin-left:2em;
}
#douiboxr .naiyou ul li{
	list-style-type:decimal;
	color:#3B4043;
}


#nta a{
	background:url("./img/icon_nwin.gif") no-repeat right center;
	padding-right:15px;
}
.gstable table{
	margin-left:1em;
	margin-top:4px;
	width:98%;
	border:2px solid #707070;
}
.gstable table tr th{
	color:#3b4043;
	font-size:100%;
	font-weight:bold;
	width:33%;
	text-align:left;
	background:#EFEFEF;
	padding:1rem 1em 1rem 1em;
	border:1px solid #7f7f7f;
}
.gstable table tr td{
	padding:1rem 1em 1rem 1em;
	background:#fff;
	border:1px solid #7f7f7f;
	line-height:150%;
}
.gstable2 table{
	margin-left:1em;
	margin-top:4px;
	width:98%;
	border:2px solid #707070;
}
.gstable2 table tr th{
	color:#3b4043;
	font-size:100%;
	font-weight:bold;
	width:14%;
	text-align:left;
}
.gstable2 table tr th, .gstable2 table tr td{
	padding:1rem 1em 1rem 1em;
	background:#fff;
	border:1px solid #7f7f7f;
}
.gstable2 table tr .th1{
	border-right:none;
	padding-right:0px;
}
.gstable2 table tr .td1{
	border-left:none;
	width:3%;
	padding-left:0px;
}
.gstable,.gstable2 table tr .td2{
	line-height:200%;
}
.gstable table tr .td3{
	line-height:300%;
}

input[name="jigyouprefcode"] {
  display: none; /* checkboxを非表示にする */
  }
   .jigyouprefcode_label {
    position: relative; /* ボックスの位置を指定する */
    padding: 0 0 0 32px; /* ボックス内側の余白を指定する */
    font-weight:normal;
    font-size:100%;
  }
  .jigyouprefcode_label:hover:after {
   border-color: #3b4043; /* ボックスの境界線を実線で指定する */
  }
  .jigyouprefcode_label:after, .jigyouprefcode_label:before{
   position: absolute; /* ボックスの位置を指定する */
   content: ""; /* ボックスのコンテンツ */
   display: block; /* ブロックレベル要素化する */
   top: 30%; /* 上部から配置の基準位置を決める */
   }
  .jigyouprefcode_label:after {
   left: 5px; /* 左から配置の基準位置を決める */
   margin-top: -8px; /* チェック枠の位置 */
   width: 20px; /* ボックスの横幅を指定する */
   height: 20px; /* ボックスの高さを指定する */
   border: 2px solid #ccc; /* ボックスの境界線を実線で指定する */
   border-radius: 6px; /* ボックスの角丸を指定する */
  }
  .jigyouprefcode_label:before {
   left: 13px; /* 左から配置の基準位置を決める */
   margin-top: 4px; /* チェックマークの位置 */
   width: 50px; /* ボックスの横幅を指定する */
   height: 4px; /* ボックスの高さを指定する */
    border-bottom: 4px solid #3B4043;
    border-left: 8px solid #3B4043;
   transform: rotate(-45deg) perspective(50px) rotateY(60deg);
   transform-origin: 0 70%;
   opacity: 0; /* 要素を透過指定する */
  }
  input[name="jigyouprefcode"]:checked + .jigyouprefcode_label:before {
  opacity: 1; /* 要素を表示する */
  }

.selblock{
	cursor:pointer;
	padding-top:5px;
}

#seiyakubox{
	margin-left:1em;
	margin-top:4px;
	width:93%;
	border:1px solid #7f7f7f;
	padding:16px 16px 24px 24px;
}
#seiyakubox .midashi{
	font-weight:bold;
	font-size:120%;
	color:#004BB1;
}
#seiyakubox .naiyou ul{
	margin-left:1em;
	margin-top:0.5rem;
	padding-bottom:1rem;
	line-height:180%;
}
#seiyakubox .naiyou ul li{
	list-style-type:none;
	color:#3B4043;
	text-indent: -2em;
	padding-left: 2em;
	font-size:95%;
}
#seiyakubox .setsumei{
	padding-top:0.5rem;
	color:#3B4043;
	font-size:95%;
	text-indent: 1em;
	margin-left: -1em;
}

#seiyakuboxr{
	width:100%;
	border:none;
}
#seiyakuboxr .midashi{
	font-weight:bold;
	font-size:120%;
	color:#004BB1;
}
#seiyakuboxr .naiyou ul{
	margin-left:1em;
	margin-top:0.5rem;
	padding-bottom:1rem;
	line-height:180%;
}
#seiyakuboxr .naiyou ul li{
	list-style-type:none;
	color:#3B4043;
	text-indent: -2em;
	padding-left: 2em;
	font-size:95%;
}
#seiyakuboxr .setsumei{
	padding-top:0.5rem;
	color:#3B4043;
	font-size:95%;
	text-indent: 1em;
	margin-left: 0em;
}

input[name="seiyaku_check"] {
  display: none; /* checkboxを非表示にする */
  }
   .seiyaku_check_label {
    position: relative; /* ボックスの位置を指定する */
    padding: 0 0 0 52px; /* ボックス内側の余白を指定する */
    font-weight:bold;
    font-size:120%;
  }
  .seiyaku_check_label:hover:after {
   border-color: #0171bd; /* ボックスの境界線を実線で指定する */
  }
  .seiyaku_check_label:after, .seiyaku_check_label:before{
   position: absolute; /* ボックスの位置を指定する */
   content: ""; /* ボックスのコンテンツ */
   display: block; /* ブロックレベル要素化する */
   top: 30%; /* 上部から配置の基準位置を決める */
   }
  .seiyaku_check_label:after {
   left: 15px; /* 左から配置の基準位置を決める */
   margin-top: -10px; /* チェック枠の位置 */
   width: 25px; /* ボックスの横幅を指定する */
   height: 25px; /* ボックスの高さを指定する */
   border: 2px solid #ccc; /* ボックスの境界線を実線で指定する */
   border-radius: 6px; /* ボックスの角丸を指定する */
  }
  .seiyaku_check_label:before {
   left: 25px; /* 左から配置の基準位置を決める */
   margin-top: 4px; /* チェックマークの位置 */
   width: 100px; /* ボックスの横幅を指定する */
   height: 5px; /* ボックスの高さを指定する */
    border-bottom: 5px solid #3B4043;
    border-left: 9px solid #3B4043;
   transform: rotate(-45deg) perspective(50px) rotateY(60deg);
   transform-origin: 0 70%;
   opacity: 0; /* 要素を透過指定する */
  }
  input[name="seiyaku_check"]:checked + .seiyaku_check_label:before {
  opacity: 1; /* 要素を表示する */
  }

#douibox2{
	margin-left:1em;
	margin-top:4px;
	width:93%;
	border:1px solid #7f7f7f;
	padding:16px 16px 24px 24px;
}
#douibox2 .midashi{
	font-weight:bold;
	font-size:120%;
	color:#004BB1;
}
#douibox2 .naiyou ul{
	margin-top:0.5rem;
	margin-left:1em;
	padding-bottom:0.5rem;
	line-height:180%;
}
#douibox2 .naiyou ul li{
	list-style-type:none;
	color:#3B4043;
	font-size:95%;
}
#douibox2 .setsumei{
	color:#3B4043;
	font-size:95%;
}

#douiboxr2{
	width:100%;
	border:none;
}
#douiboxr2 .midashi{
	font-weight:bold;
	font-size:120%;
	color:#004BB1;
}
#douiboxr2 .naiyou ul{
	margin-top:0.5rem;
	margin-left:1em;
	padding-bottom:0.5rem;
	line-height:180%;
}
#douiboxr2 .naiyou ul li{
	list-style-type:none;
	color:#3B4043;
	font-size:95%;
}
#douiboxr2 .setsumei{
	color:#3B4043;
	font-size:95%;
}

  input[name="doui_check2"] {
  display: none; /* checkboxを非表示にする */
  }
   .doui_check2_label {
    position: relative; /* ボックスの位置を指定する */
    padding: 0 0 0 52px; /* ボックス内側の余白を指定する */
    font-weight:bold;
    font-size:120%;
  }
  .doui_check2_label:hover:after {
   border-color: #0171bd; /* ボックスの境界線を実線で指定する */
  }
  .doui_check2_label:after, .doui_check2_label:before{
   position: absolute; /* ボックスの位置を指定する */
   content: ""; /* ボックスのコンテンツ */
   display: block; /* ブロックレベル要素化する */
   top: 30%; /* 上部から配置の基準位置を決める */
   }
  .doui_check2_label:after {
   left: 15px; /* 左から配置の基準位置を決める */
   margin-top: -10px; /* チェック枠の位置 */
   width: 25px; /* ボックスの横幅を指定する */
   height: 25px; /* ボックスの高さを指定する */
   border: 2px solid #ccc; /* ボックスの境界線を実線で指定する */
   border-radius: 6px; /* ボックスの角丸を指定する */
  }
  .doui_check2_label:before {
   left: 25px; /* 左から配置の基準位置を決める */
   margin-top: 4px; /* チェックマークの位置 */
   width: 100px; /* ボックスの横幅を指定する */
   height: 5px; /* ボックスの高さを指定する */
    border-bottom: 5px solid #3B4043;
    border-left: 9px solid #3B4043;
   transform: rotate(-45deg) perspective(50px) rotateY(60deg);
   transform-origin: 0 70%;
   opacity: 0; /* 要素を透過指定する */
  }
  input[name="doui_check2"]:checked + .doui_check2_label:before {
  opacity: 1; /* 要素を表示する */
  }

#douibox3{
	margin-left:1em;
	margin-top:4px;
	width:93%;
	border:1px solid #7f7f7f;
	padding:16px 16px 24px 24px;
}
#douibox3 .midashi{
	font-weight:bold;
	font-size:120%;
	color:#004BB1;
}
#douibox3 .naiyou ul{
	margin-top:0.5rem;
	margin-left:1.5em;
	padding-bottom:0.5rem;
	line-height:180%;
}
#douibox3 .naiyou ul li{
	list-style-type:decimal;
	color:#3B4043;
}
#douibox3 .setsumei{
	color:#3B4043;
	font-size:95%;
}

#douiboxr3{
	width:100%;
	border:none;
}
#douiboxr3 .midashi{
	font-weight:bold;
	font-size:120%;
	color:#004BB1;
}
#douiboxr3 .naiyou ul{
	margin-top:0.5rem;
	margin-left:1.5em;
	padding-bottom:0.5rem;
	line-height:180%;
}
#douiboxr3 .naiyou ul li{
	list-style-type:decimal;
	color:#3B4043;
}
#douiboxr3 .setsumei{
	color:#3B4043;
	font-size:95%;
}

input[name="doui_check3"] {
  display: none; /* checkboxを非表示にする */
  }
   .doui_check3_label {
    position: relative; /* ボックスの位置を指定する */
    padding: 0 0 0 52px; /* ボックス内側の余白を指定する */
    font-weight:bold;
    font-size:120%;
  }
  .doui_check3_label:hover:after {
   border-color: #0171bd; /* ボックスの境界線を実線で指定する */
  }
  .doui_check3_label:after, .doui_check3_label:before{
   position: absolute; /* ボックスの位置を指定する */
   content: ""; /* ボックスのコンテンツ */
   display: block; /* ブロックレベル要素化する */
   top: 30%; /* 上部から配置の基準位置を決める */
   }
  .doui_check3_label:after {
   left: 15px; /* 左から配置の基準位置を決める */
   margin-top: -10px; /* チェック枠の位置 */
   width: 25px; /* ボックスの横幅を指定する */
   height: 25px; /* ボックスの高さを指定する */
   border: 2px solid #ccc; /* ボックスの境界線を実線で指定する */
   border-radius: 6px; /* ボックスの角丸を指定する */
  }
  .doui_check3_label:before {
   left: 25px; /* 左から配置の基準位置を決める */
   margin-top: 4px; /* チェックマークの位置 */
   width: 100px; /* ボックスの横幅を指定する */
   height: 5px; /* ボックスの高さを指定する */
    border-bottom: 5px solid #3B4043;
    border-left: 9px solid #3B4043;
   transform: rotate(-45deg) perspective(50px) rotateY(60deg);
   transform-origin: 0 70%;
   opacity: 0; /* 要素を透過指定する */
  }
  input[name="doui_check3"]:checked + .doui_check3_label:before {
  opacity: 1; /* 要素を表示する */
  }

 input[type="radio"] {
  display: none; /* checkboxを非表示にする */
  }
   .radio_label {
    position: relative; /* ボックスの位置を指定する */
    padding: 0 0 0 32px; /* ボックス内側の余白を指定する */
    font-weight:normal;
    font-size:100%;
  }
  .radio_label:hover:after {
   border-color: #3b4043; /* ボックスの境界線を実線で指定する */
  }
  .radio_label:after, .radio_label:before{
   position: absolute; /* ボックスの位置を指定する */
   content: ""; /* ボックスのコンテンツ */
   display: block; /* ブロックレベル要素化する */
   top: 30%; /* 上部から配置の基準位置を決める */
   }
  .radio_label:after {
   left: 5px; /* 左から配置の基準位置を決める */
   margin-top: -8px; /* チェック枠の位置 */
   width: 20px; /* ボックスの横幅を指定する */
   height: 20px; /* ボックスの高さを指定する */
   border: 2px solid #ccc; /* ボックスの境界線を実線で指定する */
   border-radius: 6px; /* ボックスの角丸を指定する */
  }
  .radio_label:before {
   left: 13px; /* 左から配置の基準位置を決める */
   margin-top: 4px; /* チェックマークの位置 */
   width: 50px; /* ボックスの横幅を指定する */
   height: 4px; /* ボックスの高さを指定する */
    border-bottom: 4px solid #3B4043;
    border-left: 8px solid #3B4043;
   transform: rotate(-45deg) perspective(50px) rotateY(60deg);
   transform-origin: 0 70%;
   opacity: 0; /* 要素を透過指定する */
  }
  input[type="radio"]:checked + .radio_label:before {
  opacity: 1; /* 要素を表示する */
  }
.resulttable{
	margin-left:1em;
}
.resulttable table{
	margin-left:1em;
	margin-top:4px;
	width:100%;
	border:none;
}
.resulttable table tr th{
	border:none;
	font-weight:bold;
	width:30%;
	text-align:left;
}
.resulttable table tr th, .resulttable table tr td{
	color:#3b4043;
	font-size:97%;
	padding:0.5rem 1em 0.5rem 1em;
	background:#fff;
	border:none;
	vertical-align:top;
}
.result_komidashi{
	margin-left:1em;
	font-size:110%;
	font-weight: bold;
	color:#004BB1;
}

.contents{
	color:#3B4043;
}


#form_step1 label {
  display: block;
  cursor: pointer;
}
#form_step2 label {
  display: block;
  cursor: pointer;
}
#form_step3 label {
  display: block;
  cursor: pointer;
}

.text {
  line-height: 10px;
}
.checkbox1 input {
  width: 0;
  margin: 0;
}
.checkbox input + .text:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  vertical-align: middle;
  background-size: auto, 100%;
  background-repeat: no-repeat, no-repeat;
  background-image: none, url("img/check1.png");
}
.checkbox input:checked + .text:before {
  background-image: none, url("img/check1a.png");
}

.checkbox1 input:focus-visible + .text:before {
  outline: auto;
  outline-offset: 2px;
  outline-color: blue;
}

.radio1 input {
  width: 0;
  margin: 0;
}
.radio input + .text:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  vertical-align: middle;
  background-size: auto, 100%;
  background-repeat: no-repeat, no-repeat;
  background-image: none, url("img/radio1.png");
}
.radio input:checked + .text:before {
  background-image: none, url("img/radio1a.png");
}

.radio1 input:focus-visible + .text:before {
  outline: auto;
  outline-offset: 2px;
  outline-color: blue;
}

.nakamidashi{
	margin-left:1em;
	margin-top:1em;
}
.nakamidashiB{
	margin-left:1em;
	margin-top:1em;
	font-weight:bold;
}
.rnakamidashi{
	color:#004BB1;
	font-weight:bold;
	margin-left:1em;
	margin-top:1em;
}

.file_label {
	color: #fff; /* ラベルテキストの色を指定する */
	font-size: 15px; /* ラベルテキストのサイズを指定する */
	background-color: #0090FF;/* ラベルの背景色を指定する */
	padding: 4px 13px 4px 13px; /* ラベルとテキスト間の余白を指定する */
	border: 1px solid #F1F1F1;
	border-radius: 15px; /* ラベルボックスの角丸を指定する */
	cursor:pointer; /* マウスカーソルの形を指定する */
	width: fit-content;
	float:left;
	line-height:180%;}
label > input{
	display:none; /* アップロードボタンのスタイルを無効にする */
}
.delfile_label {
	color: #fff; /* ラベルテキストの色を指定する */
	font-size: 15px; /* ラベルテキストのサイズを指定する */
	background-color: #D93300;/* ラベルの背景色を指定する */
	padding: 4px 13px 4px 13px; /* ラベルとテキスト間の余白を指定する */
	border: 1px solid #F1F1F1;
	border-radius: 15px; /* ラベルボックスの角丸を指定する */
	cursor:pointer; /* マウスカーソルの形を指定する */
	width: fit-content;
	float:left;
	line-height:180%;}
}

.fltable table{
	margin-left:1em;
	margin-top:4px;
	width:98%;
	border:1px solid #BCBCBC;
}
.fltable table tr th{
	color:#3b4043;
	font-size:95%;
	font-weight:bold;
	text-align:left;
	background:#fff;
	padding:1rem 1em 1rem 1em;
	border:none;
	line-height:150%;
}
.fltable table tr td{
	padding:1rem 0 1rem 1em;
	background:#fff;
	border:none;
	line-height:150%;
}
.fltable .th1{
	width:10%;
	font-weight:normal;
}
.fltable .th2{
	width:43%;
}

.fltblin{
	width:99%;
	border:none;
	margin-left:10px;
	background:#F5F5F5;
}
.fltblin .th1{
	font-size:60%;
	color:#fff;
	background:#AFAFAF;
	padding: 2px 0 2px 1em;
	height:12px;
	font-weight:normal;
}
.fltblin .th2{
	width:6.5%;
	vertical-align:middle;
	text-align:center;
	background:#F5F5F5;
	font-weight:normal;
}
.fltblin .th3{
	width:45%;
	font-weight:bold;
	background:#F5F5F5;
}
.fltblin .td1{
	background:#F5F5F5;
}
.fltblin .info{
	font-size:80%;
	font-weight:normal;
}

.ftblp .flnmdsp{
	margin-left:10px;width:300px;
	background:#fff;
}

.fltable2 table{
	margin-left:1em;
	margin-top:4px;
	width:98%;
	border:1px solid #BCBCBC;
}
.fltable2 table tr th{
	color:#3b4043;
	font-size:95%;
	font-weight:bold;
	text-align:left;
	background:#fff;
	padding:1rem 1em 1rem 1em;
	border:none;
	line-height:150%;
}
.fltable2 table tr td{
	padding:0px;
	vertical-align:middle;
	background:#fff;
	border:none;
	line-height:150%;
}
.fltable2 .th1{
	width:7%;
	font-weight:normal;
}
.fltable2 .th2{
	width:37%;
}
.note{
	margin-top:9px;
	height:54px;
}

.fltblin2{
	width:99%;
	border:none;
	margin-left:10px;
	background:#F5F5F5;
}
.fltblin2 .th1{
	font-size:60%;
	color:#fff;
	background:#AFAFAF;
	padding: 2px 0 2px 1em;
	height:12px;
	font-weight:normal;
}
.fltblin2 .th2{
	width:5%;
	vertical-align:middle;
	text-align:center;
	background:#F5F5F5;
	font-weight:normal;
}
.fltblin2 .th3{
	width:37.7%;
	font-weight:bold;
	background:#F5F5F5;
}
.fltblin2 .th4{
	padding-top:0px;
	padding-bottom:0px;
	background:#F5F5F5;
}
.fltblin2 .td{
	background:#F5F5F5;
}
.fltblin2 .info{
	font-size:80%;
	font-weight:normal;
}

.noteinfo{
	display: flex;
	align-items: center;
	height:40px;
	margin-left:1em;
}
.dlfnm{
	line-height:230%;
	padding-left:0.5em;
}
.rgstable table{
	margin-left:1em;
	margin-top:4px;
	width:98%;
	border:2px solid #707070;
}
.rgstable table tr th{
	color:#3b4043;
	font-size:100%;
	font-weight:bold;
	width:33%;
	text-align:left;
	background:#fff;
	padding:1rem 1em 1rem 1em;
	border:1px solid #7f7f7f;
}
.rgstable table tr td{
	padding:1rem 1em 1rem 1em;
	background:#fff;
	border:1px solid #7f7f7f;
	line-height:150%;
}
.rgstable2 table{
	margin-left:1em;
	margin-top:4px;
	width:98%;
	border:2px solid #707070;
}
.rgstable2 table tr th{
	color:#3b4043;
	font-size:100%;
	font-weight:bold;
	width:14%;
	text-align:left;
}
.rgstable2 table tr th, .rgstable2 table tr td{
	padding:1rem 1em 1rem 1em;
	background:#fff;
	border:1px solid #7f7f7f;
}
.rgstable2 table tr .th1{
	border-right:none;
	padding-right:0px;
}
.rgstable2 table tr .td1{
	border-left:none;
	width:3%;
	padding-left:0px;
}
.rgstable,.gstable2 table tr .td2{
	line-height:200%;
}
.rgstable table tr .td3{
	line-height:300%;
}
.rfltable table{
	margin-left:1em;
	margin-top:4px;
	width:98%;
	border:1px solid #BCBCBC;
}
.rfltable table tr th{
	color:#3b4043;
	font-size:95%;
	font-weight:bold;
	text-align:left;
	background:#fff;
	padding:1rem 1em 1rem 1em;
	border:none;
	line-height:150%;
}
.rfltable table tr td{
	padding:1rem 0 1rem 1em;
	background:#fff;
	border:none;
	line-height:150%;
}
.rfltable .th1{
	width:10%;
	font-weight:normal;
}
.rfltable .th2{
	width:43%;
}

.rfltblin{
	width:99%;
	border:none;
	margin-left:10px;
	background:#F5F5F5;
}
.rfltblin .th1{
	font-size:60%;
	color:#000;
	background:#fff;
	padding: 2px 0 2px 1em;
	height:12px;
	font-weight:normal;
}
.rfltblin .th2{
	width:6.5%;
	vertical-align:middle;
	text-align:center;
	background:#fff;
	font-weight:normal;
}
.rfltblin .th3{
	width:45%;
	font-weight:bold;
	background:#fff;
}
.rfltblin .td1{
	background:#fff;
}
.rfltblin .info{
	font-size:80%;
	font-weight:normal;
}

.rftblp .flnmdsp{
	margin-left:10px;width:300px;
	background:#fff;
}

.rfltable2 table{
	margin-left:1em;
	margin-top:4px;
	width:98%;
	border:1px solid #BCBCBC;
}
.rfltable2 table tr th{
	color:#3b4043;
	font-size:95%;
	font-weight:bold;
	text-align:left;
	background:#fff;
	padding:1rem 1em 1rem 1em;
	border:none;
	line-height:150%;
}
.rfltable2 table tr td{
	padding:0px;
	vertical-align:middle;
	background:#fff;
	border:none;
	line-height:150%;
}
.rfltable2 .th1{
	width:7%;
	font-weight:normal;
}
.rfltable2 .th2{
	width:37%;
}
.rfltblin2{
	width:99%;
	border:none;
	margin-left:10px;
	background:#fff;
}
.rfltblin2 .th1{
	font-size:60%;
	color:#000;
	background:#fff;
	padding: 2px 0 2px 1em;
	height:12px;
	font-weight:normal;
}
.rfltblin2 .th2{
	width:5%;
	vertical-align:middle;
	text-align:center;
	background:#fff;
	font-weight:normal;
}
.rfltblin2 .th3{
	width:37.7%;
	font-weight:bold;
	background:#fff;
}
.rfltblin2 .th4{
	padding-top:0px;
	padding-bottom:0px;
	background:#fff;
}
.rfltblin2 .td{
	background:#fff;
}
.rfltblin2 .info{
	font-size:80%;
	font-weight:normal;
}
.ui-datepicker-trigger{
	vertical-align:middle;
	padding-bottom:4px;
	margin-left:0.5em;
}
