@charset "UTF-8";

.point-color01 {
    color: #009bd8 !important
}

.point-color02 {
    color: #424242 !important
}

.point-color03 {
    color: #c54747 !important
}

.point-color04 {
    color: red !important
}

.point-color05 {
    color: #999999 !important
}

.point-color06 {
    color: #2760c5 !important
}


.business-list-wrapper {
	border-top: 2px solid #66747e
}


.business-information-wrapper {
	position: relative;
	display: block;
	padding-right: 90px;
	border-bottom: 1px solid #e4e4e4;
	transition: all 0.2s ease-in-out;
}

.business-information-wrapper:hover {
	background-color: #f9f9f9;
}


.business-information-wrapper > a {
	position: relative;
	display: block;
	padding: 24px 0 18px 90px;
	word-break: keep-all
}

.business-information-wrapper > a .number {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 90px;
	text-align: center;
	color: #636363;
	font-size: 13px;
	line-height: 18px;
	margin-top: -9px;
}

.business-information-wrapper > a .number:before,
.business-information-wrapper > a .number:after {
	position: absolute;
	top: 50%;
	content: "";
	display: block;
	width: 1px;
	height: 48px;
	margin-top: -24px;
}

.business-information-wrapper > a .number:before {
	right: 1px;
	background-color: #e1e1e1
}

.business-information-wrapper > a .number:after {
	right: 0;
	background-color: #f6f6f6
}

.business-information-wrapper > .btn-state {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 70px;
	height: 28px;
	padding: 0;
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 28px;
	margin-top: -14px;
}

.business-information-wrapper > .btn-state[disabled] {
	pointer-events: none;
	cursor: normal;
}

.business-information-wrapper > .btn-state:before,
.business-information-wrapper > .btn-state:after {
	position: absolute;
	top: 50%;
	content: "";
	display: block;
	width: 1px;
	height: 48px;
	margin-top: -24px;
}

.business-information-wrapper > .btn-state:before {
	left: -21px;
	background-color: #e1e1e1
}

.business-information-wrapper > .btn-state:after {
	left: -20px;
	background-color: #f6f6f6
}

.business-information-wrapper > .btn-state.application {
	background-color: #5e6079
}

.business-information-wrapper > .btn-state.deadline {
	background-color: #717171
}


.business-information-wrapper > a .business-information-area {
	display: block;
	padding: 0 23px;
}

.business-information-wrapper > a .business-information-area > .title {
	display: block;
	color: #0073dc;
	font-size: 15px;
	line-height: 23px;
	font-weight: 700
}

.business-information-wrapper > a .business-information-area > .business-information-box {
	display: block;
	color: #636363;
	font-size: 12px;
	line-height: 21px;
}

.business-information-wrapper > a .business-information-area > .business-information-box:after {
	display: block;
	content: "";
	clear: both;
}


.business-information-wrapper > a .business-information-area > .business-information-box > span {
	float: left;
	margin-right: 12px;
}

.business-information-wrapper > a .business-information-area > .business-information-box > span:last-child {
	margin-right: 0;
}


/* form wrapper */
.form-wrapper02 {
	margin-bottom: 30px;
	border-top: 2px solid #202020;
}

.form-wrapper02 dl {
	position: relative;
	padding-left: 190px;
	background: #f8f8f8;
	border-bottom: 1px solid #ecedef
}

.form-wrapper02 dl dt {
	position: absolute;
	top: 0;
	left: 0;
	padding: 15px 15px 14px 15px;
	width: 190px;
	height: 50px;
	font-weight: 700;
	color: #212121;
	font-size: 15px;
	line-height: 24px;
	text-align: center;

}

.form-wrapper02 dl dt .btns-add-delete {
	margin-top: 5px;
	text-align: right;
}

.form-wrapper02 dl dt .btns-add-delete > button {
	display: inline-block;
	vertical-align: middle;
}


.form-wrapper02 dl dd {
	min-height: 50px;
	padding: 9px 10px 7px 10px;
	background: #fff;
	color: #424242;
	font-size: 15px;
	line-height: 24px;
	text-align: left;	
    margin-bottom: 0;
}

.form-wrapper02 dl dd > p {
	min-height: 39px;
	line-height: 39px;
	word-break: keep-all;
}

.form-wrapper02 dl dd.type02 {
	padding-top: 17px;
}

.form-wrapper02 dl dd input,
.form-wrapper02 dl dd select {
	width: 180px;
	height: 35px !important;
	border-color: #e6e6e6;
}


.form-wrapper02 dl dd > input::placeholder {
	text-align: left;
	font-size: 15px;
	line-height: 24px;
}

.form-wrapper02 dl dd label {
	color: #424242;
	margin-right: 10px;
}


.form-wrapper02 dl dd > textarea {
	height: 250px;
	border: 1px solid #dddddd
}


.form-wrapper02 .one-box + .one-box {
	margin-top: 0;
}

.fileBox {
	position: relative;
	max-width: 478px;
	padding-right: 80px;
	margin-bottom: 0;
}

.file-upload-wrapper .fileBox {
	padding-right: 170px;
	margin-bottom: 10px;
}


.fileBox .fileName {
	position: relative;
	display: block;
	width: 100%;
	height: 35px;
	padding-left: 10px;
	margin-right: 20px;
	line-height: 35px;
	border:1px solid #e6e6e6;
	border-right: 0;
	background-color: #fff !important;
	vertical-align: middle;
	color: #666666;
	font-size: 14px;
}

.fileBox .btn_file {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	border: 0;
	width: 80px;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	background: #5e6079;
}

.file-upload-wrapper .fileBox .btn_file {
	right: 90px;
}

.fileBox input[type="file"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}

.gray-box01 {
	margin-top: 30px;
	text-align: center;
	padding: 30px;
	background-color: #f8f8f8;
	font-size: 18px;
	line-height: 28px;
	word-break: keep-all;
}
.gray-box01 .ul-list01 {	
    padding-left: 0;
	padding-bottom: 20px;
}

.point-color01 {
    color: #009bd8 !important;
}
.word-type01 {
    padding-bottom: 20px;
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    word-break: keep-all;
}


.btns-area > a,
.btns-area > button {
	margin: 0 3px;
}

.btns-left {
	float: left;
}

.btns-left > a,
.btns-left > button {
	margin-left: 0;
	margin-right: 5px;
}

.btns-left > a:last-child,
.btns-left > button:last-child {
	margin-right: 0;
}

.btns-right {
	float: right;
}

.btns-right > a,
.btns-right > button {
	margin-right: 0;
	margin-left: 5px;
}


.btns-right > a:first-child,
.btns-right > button:first-child {
	margin-left: 0;
}


.btn-color01 {
	background: #e13542
}


.btns {
	display: inline-block;
	vertical-align: middle;
	height: 1.038rem;
	line-height: 1.038rem;
	margin-bottom:  0.4615rem;
	color: #fff;
	font-size: 1.077rem;
	font-weight: 500;
	margin: 0 2px;
	border: 0;
	cursor: pointer;
}


.btn-m {
	display: inline-block;
	vertical-align: middle;
	width:  10rem;
	height: 3.571rem;
	line-height: 3.571rem;
	font-size: 1rem;
	color: #000;
	margin: 0 0.1154rem;
	padding: 0 1.071rem;
	text-align: center;
	border: 1px solid #1354a4;
	border-radius: 3px;
	font-weight: 500;
}

.btn-m02 {
	display: inline-block;
	vertical-align: middle;
	width:  6.154rem;
	height: 2.692rem;
	line-height: 2.692rem;
	font-size: 1rem;
	color: #000;
	margin: 0 0.1154rem;
	padding: 0 1.071rem;
	text-align: center;
	border: 1px solid #1354a4;
	border-radius: 3px;
	font-weight: 500;
	background:#fff;
}

.btn-b {
	display: inline-block;
	vertical-align: middle;
	width: 9.375rem;
	height: 3.125rem;
	font-size:  1rem;
	color: #fff;
	margin: 0 0.1538rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}

.btn-s {
	display: inline-block;
	vertical-align: middle;
	height: 1.692rem;
	line-height: 1.692rem;
	color: #fff;
	padding: 0 1.154rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-s02 {
	display: inline-block !important;
	vertical-align: middle;
	height:  1.462rem;
	line-height:  1.462rem;
	font-size:  0.9231rem;
	color: #fff;
	padding: 0 0.7692rem;
	border: 1px solid #b2b9c4
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-s03 {
	display: inline-block;
	vertical-align: middle;
	height: 2rem;
	line-height: 2rem;
	color: #fff;
	padding: 0 1.154rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn-s04 {
	display: inline-block;
	vertical-align: middle;
	height: 2.308rem;
	line-height: 2.308rem;
	color: #fff;
	padding: 0 0.6154rem;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}



.btns-color01 {
	border: 1px solid #398ee5;
	background-color: #398ee5;
	color: #fff;
}

.btns-color01:hover {
	background: #fff;
	color: #398ee5;
	border: 1px solid #398ee5
}

.btns-color02 {
	border: 1px solid #413b70;
	background-color: #fff;
	color: #413b70
}

.btns-color02:hover {
	background: #413b70;
	color: #fff;
}

.btns-color03 {
	border: 1px solid #00a6f7;
	background-color: #fff;
	color: #0c80cc;
}

.btns-color03:hover {
	background: #00a6f7;
	color: #fff;
}

.btns-color04 {
	border: 1px solid #717171;
	background-color: #717171;
	color: #fff;
}

.btns-color04:hover {
	background: #fff;
	color: #717171;
	border: 1px solid #717171
}

.btns-color05 {
	background-color: #4297ee 
}

.btns-color06 {
	background-color: #f26826 
}

.btns-color07 {
	background-color: #53586c 
}

.btns-color08 {
	border: 1px solid #1354a4;
	color: #1354a4 !important;
	background: #fff;
}

.btns-color09 {
	background: #3166bd;
	border: 1px solid #3166bd;
}

.btns-color10 {
	color: #45aa65 !important;
	border: 1px solid #45aa65;
}

.btns-color11 {
	color: #3166bd !important;
	border: 1px solid #3166bd;
}

.btns-color12 {
	color: #999999 !important;
	border: 1px solid #999999;
}

.btns-color13 {
	color: #e7940e !important;
	border: 1px solid #e7940e! important;
}

.btns-color14 {
	color: #777777 !important;
	border: 1px solid #777777 !important;
}

.btns-color15 {
	color: #fff !important;
	background: #2da7ed;
	border: 1px solid #2da7ed !important;
}

.btns-color16 {
	color: #fff !important;
	background: #5d6c81;
	border: 1px solid #5d6c81 !important;
}