.top {
	padding:0;
}

.file_box {
	margin:30px 20px 0 20px;
	border-top:1px solid #eeeeee;
}

.file_box_in {
	padding:15px;
	border-bottom:1px solid #eeeeee;
}

.file_box_in_h {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

.main p {
	font-size:20px;
	margin:0 0 30px 0;
}

/* ローディング */

.loading {
	position:fixed;
	z-index:100;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:url(../img/loading.gif) no-repeat center center rgba(0,0,0,0.75);
	background-size:100px auto;
	display:none;
}

.send .submit br {
	display:none;
}

.send .submit.normal {
	font-size: 20px;
	padding: 5px 0 5px 0;
	line-height:60px;
}

#but_more {
	background:#232323;
	border-radius:5px;
	color:#ffffff;
	font-size:12px;
	padding:5px 8px;
	display:inline-block;
	margin:15px 0 0 15px;
	cursor:pointer;
}

.kiyaku_main_text {
	margin:40px 0 20px 0;
}

.kiyaku_main_text p {
	text-align:left;
	font-weight:700;
	font-size:18px;
}

.progressbar li {
	width:25%;
}

.progressbar li:first-child,
.progressbar li:last-child {
	width:23.5%;
}

.ticket_text {
	text-align:center;
	font-size:18px;
	font-weight:700;
	color:#ff0000;
}

.ticket_text_in {
	font-size:14px;
	font-weight:500;
}


@media screen and (max-width:725px) {

	.file_box {
		margin:30px 15px 0 15px;
	}

	.main p {
		font-size:16px;
	}
	
	.top .send .submit {
		line-height:1.5;
		padding:15px;
		font-size:18px;
	}

	.send .submit br {
		display:block;
	}

}

/* アップロード */

.input_file {
	padding:30px 0 0 0;
	margin:0 15px 0 15px;
	border-bottom:1px solid #cccccc;
}

.input_file:last-of-type {
	border-bottom:0;
}

.input_file .preview_box {
	width:300px;
	height:300px;
	margin:0 auto 30px auto;
	display:table;
	display:none;
	background:#cccccc
}

.input_file .preview {
	width:300px;
	height:300px;
	text-align:center;
	vertical-align: middle;
	display:table-cell;
}

.input_file .preview img {
	max-width:300px;
	max-height:300px;
}


.files {
  opacity:0;
}


/* ボタン */

.btn_upload_out {
	text-align:center;
	padding:0 100px;
}

.btn_upload {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 60px;
	width: 100%;
	display: inline-block;
	text-align: center;
	border: 1px solid;
	border-color: transparent;
	color: #ffffff;
	background:#01629a;
	margin: 0 auto;
	padding:5px 0 5px 0;
	letter-spacing: 0.05em;
	border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    -khtml-border-radius: 60px;
	text-decoration:none;
	vertical-align: middle;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.35);
	-moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.35);
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.35);
}

.btn_upload span {
	font-size:16px;
}

.btn_upload::before,
.btn_upload::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right:0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.btn_upload::before{
	right:25px;
	width:6px;
	height:6px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* スマホ */

.only_pc {
	display:block;
}

.only_sp {
	display:none;
}

@media screen and (max-width:725px) {

	.only_pc {
		display:none;
	}

	.only_sp {
		display:block;
	}

	.main p {
		margin:0;
	}

    .step {
        margin:30px 0 25px 0;
    }

	.input_file {
		padding:30px 0 0 0;
		margin:0 5%;
	}

	.btn_upload_out {
		text-align:center;
		padding:0 5%;
		margin:0;
	}

	.input_file .preview_box,
	.input_file .preview {
		width:250px;
		height:250px;
	}

	.input_file .preview img {
	    max-width:250px;
	    max-height:250px;
	}

	.btn_upload {
		font-size:18px;
		line-height:50px;
	}

	.btn_upload span {
		font-size:14px;
	}

}