
main {
	margin-top: 20px;
}
main .flow {
	margin-bottom: 20px;
}
.help {
	position: relative;
}
.help i {
	color: #d40d12;
	font-size: 20px;
	cursor: pointer;
}
.guide {
	width: 48%;
	float: left;
	margin: 20px 1%;
	background: whitesmoke;
	padding: 10px;
	box-sizing: border-box;
}
.guide h3 {
	text-align: center;
	color: #d40d12;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
}
.guide li {
	margin: 5px 0 0;
	background: #FFF;
}
.guide a {
	display: block;
	padding: 10px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.guide a:hover {
	background: #d40d12;
	color: #FFF;
	opacity: 1;
}
.guide a i {
	float: right;
	font-size: 16px;
}
#sulali-apply ol li, #scard-apply ol li, #kmax-apply ol li {
	margin: 15px 0;
	margin-left: 1em;
	text-indent: -1em;
}
#sulali-apply ol table {
	width: 100%;
	margin: 5px 0 0;
}
#sulali-apply ol table th {
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	padding: 10px 20px;
	width: 120px;
	border: 1px solid #DDD;
}
#sulali-apply ol table td {
	padding: 10px 20px;
	border: 1px solid #DDD;
	vertical-align: middle;
}
.loan-list li {
	width: 50%;
	float: left;
	height: 50px;
	line-height: 50px;
}
.loan-list li:first-child {
	width: auto;
	float: none;
	border: none;
}
.loan-list li dt {
	float: left;
	clear: left;
}
.loan-list li dd {
	padding: 0 0 0 80px;
}
.loan-list input {
	margin: 0 !important;
}
.card-design {
	display: inline-block;
	width: 46%;
	margin: 0 20px 20px 0;
	box-sizing: border-box;
	background: #f5f5f5;
	padding: 5px 15px;
	border-radius: 5px;
}
.card-design div {
	margin-top: 10px;
}
#complete .right li {
	line-height: 1;
	margin: 10px 0;
}
#complete .right li span {
	display: inline-block;
	width: 30px;
	height: 14px;
	vertical-align: middle;
	margin-right: 10px;
}
main .red-block {
	border: 3px solid #FAE2E3;
	color: #BF2000;
	padding: 15px;
	text-align: center;
	margin: 20px 0;
}
main .yellow-block {
	border: 3px solid #FAEBD7;
	padding: 15px;
	margin: 20px 0;
}
main .yellow-block h4 {
	font-size: 14px;
	font-weight: 500;
	border-bottom: 2px solid #EEE;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
main .grey-block {
	border: 3px solid #EEE;
	padding: 30px;
	margin: 20px 0;
}
main .grey-block h4 {
	margin-left: -1em;
	font-size: 14px;
}
main .grey-block.center h4 {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #DDD;
}
#cinfo-apply .scroll-wrapper {
	width: 100%;
	height: 250px;
	overflow: auto;
	border: 3px solid #EEE;
	padding: 20px;
	margin: 10px 0;
	box-sizing: border-box;
	background: #FAFAFA;
}
.scroll-wrapper h2:first-child {
	margin-top: 0;
}
#cinfo-apply .order-list li {
	margin: 10px 0;
}
#cinfo-apply table.center {
	width: 90%;
	margin: 20px 0;
}
#cinfo-apply table.center th {
	font-size: 14px;
	border: 1px solid #DDD;
	padding: 10px 20px;
}
#cinfo-apply table.center td {
	border: 1px solid #DDD;
	padding: 10px 20px;
}
.cinfo .select-wrapper {
	display: inline-block;
	margin-left: 15px;
}
.cinfo .select-wrapper select {
	margin: 0;
}
main .yellow-block+table {
	border: 3px solid #DDD;
	margin-top: 0;
}
main .grey-list {
	margin: 20px 0;
	background: #f5f5f5;
	padding: 10px;
	box-sizing: border-box;
}
main .grey-list li {
	margin: 1% .5%;
	background: #FFF;
}
main .grey-list li a {
	display: block;
	padding: 10px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
main .grey-list li i {
	float: right;
	font-size: 16px;
}
main .grey-list li a:hover {
	background: #d40d12;
	color: #FFF;
}
#kinfo-entry .red-block h4 {
	font-size: 14px;
}
#kinfo-entry .red-block ul {
	display: inline-block;
	color: #212121;
}
#kinfo-entry .red-block ul li {
	padding-left: 24px;
	position: relative;
	margin: 10px 0 0;
	text-align: left;
}
#kinfo-entry .red-block ul li:before {
	content: '・';
	position: absolute;
	left: 6px;
	top: 0px;
}
#contract-complete ol {
	margin: 20px;
}
#contract-complete ol li {
	counter-increment: step;
	font-size: 14px;
	position: relative;
	padding-left: 40px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #DDD;
	line-height: 1.8;
}
#contract-complete ol li:before {
	content: counter(step);
	background: #d40d12;
	border-radius: 100%;
	color: #FFF;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	position: absolute;
	left: 0;
	top: -5px;
}
#contract-complete .submit-btn {
	width: 250px;
	padding: 0 20px;
	display: block;
	height: 60px;
	margin: 40px auto;
	line-height: 60px;
	background: #D40D12;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
	border-radius: 5px;
	border: none;
	border-bottom: 3px solid #000066;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
#contract-complete .yellow-block, #cinfo-complete .yellow-block {
	background: #FAEBD7;
	font-size: 18px;
	line-height: 1.8;
	border: 3px solid #ded2c1;
}
#contract-complete .yellow-block span, #cinfo-complete .yellow-block span {
	font-size: 30px;
	font-weight: bold;
}
#contract-complete .yellow-block i, #cinfo-complete .yellow-block i {
	font-size: inherit;
	margin-right: 10px;
}
#contract-complete p.center strong {
	font-size: 16px;
}
#contract-index .yellow-block h2 {
	font-size: 16px;
	font-weight: 500;
	border-bottom: 2px solid #EEE;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#contract-index .yellow-block table {
	margin: 0;
	border: none;
}
#contract-index .yellow-block table th {
	font-weight: normal;
}
#contract-index .yellow-block {
	text-align: center !important;
}
#evaluation-increase .grey-block h3 {
	font-size: 16px;
	font-weight: 500;
	border-bottom: 2px solid #EEE;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#evaluation-increase .grey-block strong {
	font-size: 16px;
	margin-bottom: 5px;
	display: inline-block;
	color: #d40d12;
}
#evaluation-increase .grey-block .submit-btn {
	margin-bottom: 0;
}
#web-complete ol {
}
#web-complete ol li {
	padding-left: 30px;
	margin: 15px 0 0;
}
#web-complete ol li+li {
	border-top: 1px dotted #DDD;
	padding-top: 20px;
}
#web-complete ol li:before {
	content: counter(first-step);
	background: #d40d12;
	color: #FFF;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-weight: normal;
	border-radius: 100%;
}
#web-complete .guide {
	width: 100%;
	float: none;
	margin-top: 30px;
}
#web-complete .guide li {
	width: 32.33%;
	float: left;
	margin: 0 .5%;
}
#web-complete .standard-btn{
	margin: 20px 0;
	text-align: left;
}
#web-complete .yellow-block, #cinfo-complete .yellow-block {
	background: #FAEBD7;
	font-size: 18px;
	line-height: 1.8;
	border: 3px solid #ded2c1;
}
#web-complete .yellow-block span, #cinfo-complete .yellow-block span {
	font-size: 30px;
	font-weight: bold;
}
#web-complete .yellow-block i, #cinfo-complete .yellow-block i {
	font-size: inherit;
	margin-right: 10px;
}
#web-ok h2 {
	counter-increment: step;
	position: relative;
	padding-left: 40px;
	padding-bottom: 5px;
}
#web-ok h2:before {
	content: counter(step);
	background: #d40d12;
	color: #FFF;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
}
#web-ok .flow-point {
	margin-left: 12px;
}
#web-ok .flow-point li {
	position: relative;
	padding-left: 12px;
	margin: 5px 0;
}
#web-ok .flow-point li:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: orange;
	position: absolute;
	left: 0;
	top: 6px;
}
#web-ok .flow-img {
	margin: 20px 0;
}
#web-ok .guide {
	width: 100%;
}
#web-ok .guide li {
	width: 49%;
	margin: 0 .5%;
	float: left;
}

@media (max-width: 768px) {
#complete ul.right {
	float: none;
}
main .grey-list li, #web-complete .guide li, #web-ok .guide li {
	width: 99%;
	float: none;
	margin: 1% .5%;
}
main .grey-list li a {
	padding-right: 30px;
	position: relative;
}
main .grey-list li a i {
	position: absolute;
	right: 2%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#web-ok h2 {
	padding-left: 30px;
}
#web-ok h2:before {
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
}
#cinfo-apply table.center {
	width: 100%;
}
#cinfo-apply table.center th {
	display: table-cell;
	padding: 5px 2%;
}
#cinfo-apply table.center td {
	display: table-cell;
	padding: 5px 2%;
}
#cinfo-confirm th {
	width: 96% !important;
}
#cinfo-complete .grey-block {
	padding: 30px 2%;
}
main .grey-block h4 {
	margin: 0;
}
#sulali-apply ol table th {
	padding: 10px 2%;
	width: 90px;
	text-indent: 0;
}
#sulali-apply ol table td {
	padding: 10px 2%;
	text-indent: 0;
}
.card-design {
	width: 100%;
	margin: 10px auto;
	display: block;
	max-width: 500px;
}
#temporary table dt {
	float: none;
	clear: none;
	text-align: center;
	font-weight: bold;
	color: #d40d12;
}
#temporary table dd {
	padding: 0 0 15px;
}
#temporary table dd input {
	margin-top: 5px;
}
}
