.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;
}

/* ステップ */

.step {
	font-size: 16px;
	overflow: hidden;
	margin: 0 0 30px;
	color: #cccccc;
	text-align:left;
	border-radius:100px;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	-khtml-border-radius:100px;
}

.step ul {
	height: 72px;
	display: table;
	width:100%;
	margin:0 auto;
	background:#eeeeee;
}

.step ul li {
	position: relative;
	width: 33.3%;
	display: table-cell;
	vertical-align: middle;
	line-height:1;
}

.step ul.ticket li {
	width:25%;
}

.step ul li:before,
.step ul li:after {
	position: absolute;
	z-index: 1;
	top: -1px;
	right: -20px;
	bottom: -1px;
	width: 0;
	height: 0;
	content: "";
	border-width: 38px 0 38px 20px;
	border-style: solid;
}

.step ul li:before {
	border-color: transparent transparent transparent #ffffff;
}

.step ul li:after {
	right: -19px;
	border-color: transparent transparent transparent #eeeeee;
}

.step ul li:last-child:before,
.step ul li:last-child:after {
	border:none;
}

.step ul li .step-inner {
	position: relative;
	box-sizing: border-box;
	padding-left:0;
}

.step ul li .num {
	margin: 0 0 8px;
	text-align:center;
	font-size:18px;
	font-weight: bold;
}

.step ul li .text {
	font-size:14px;
	text-align:center;
}

.step ul li:first-child .step-inner {
	padding-left: 17px;
}

.step ul li.active {
	color: #ffffff;
	background:#292828;
}

.step ul li.active:before,
.step ul li.active:after {
	border-color: transparent transparent transparent #292828;
}

/* ローディング */

.loading {
	position:fixed;
	z-index:100;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:url(../form/asset/loading.gif) no-repeat center center rgba(0,0,0,0.75);
	background-size:100px auto;
	display:none;
}

/* ボタン */

.send {
	text-align:center;
	padding:0 100px;
	margin:50px 0;
}

.send.notop {
	margin:20px 0 50px 0;
}

.send.style {
	padding:0;
}

.send .submit {
	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:#232323;
	margin: 0 auto 15px;
	padding:5px 0 5px 0;
	letter-spacing: 0.05em;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	text-decoration:none;
	vertical-align: middle;
}

.send.style .submit {
	padding:5px 100px 5px 100px;
}

.send .submit::before,
.send .submit::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right:0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.send .submit::before{
	right:25px;
	width:6px;
	height:6px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.send .submit.tw {
	color: #ffffff;
	background:#55acee;
	border-color: transparent;
}

.send span.submit.tw {
	opacity:0.25;
}

.send .submit.fb {
	color: #ffffff;
	background:#46629e;
	border-color: transparent;
}

.send .back {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 60px;
	width: 100%;
	display:block;
	text-align: center;
	border: 1px solid #232323;
	color: #232323;
	background:#ffffff;
	margin: 15px auto 10px;
	padding:5px 0;
	letter-spacing: 0.05em;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	text-decoration:none;
	vertical-align: middle;
}

.send .back::before,
.send .back::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.send .back::before{
	left:25px;
	width:6px;
	height:6px;
	border-top: 2px solid #232323;
	border-right: 2px solid #232323;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.send a.csc,
.send a.anchor {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 60px;
	width: 100%;
	display: inline-block;
	text-align: center;
	border: 1px solid #232323;
	cursor: pointer;
	color: #232323;
	background: #ffffff;
	margin: 15px auto 10px;
	padding:5px 0;
	letter-spacing: 0.05em;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	text-decoration:none;
	vertical-align: middle;
}

.send a.csc::before,
.send a.csc::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right:0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.send a.csc::before{
	right:25px;
	width:6px;
	height:6px;
	border-top: 2px solid #232323;
	border-right: 2px solid #232323;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.send .submit br {
	display:none;
}

#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;
}

@media screen and (max-width:725px) {

	.file_box {
		margin:30px 15px 0 15px;
	}

	.step ul li .num {
		font-size:16px;
	}

	.step ul li .text {
		font-size:12px;
	}

	.step ul li:nth-child(2) {
		width:30%;
	}

	.step ul li:nth-child(2) .step-inner {
		padding-left:20px;
	}

	.step ul li:last-child {
		width:36.6%;
	}

	.step ul li:last-child .step-inner {
		padding-left:10px;
		padding-right:10px;
	}

	.step ul.ticket li .num {
		font-size:14px;
	}

	.step ul.ticket li {
		width:calc(15% - 20px);
	}

	.step ul.ticket li:nth-child(3) {
		width:calc(22.5% - 25px);
	}

	.step ul.ticket li:nth-child(3) .step-inner {
		padding-left:20px;
	}

	.step ul.ticket li:last-child {
		width:calc(30% - 30px);
	}
	
	.step ul.ticket li:last-child .step-inner {
		padding-left:20px;
		padding-right:15px;
	}

	.main p {
		font-size:16px;
	}
	
	.main p.header_rmesg {
		margin: 0 15px 0 15px;
	}

	.send {
		text-align:center;
		padding:0 30px;
		margin:30px 0 30px 0;
	}
	
	.send .submit {
		line-height:1.5;
		padding:15px;
		font-size:18px;
	}

	.send .submit br {
		display:block;
	}

}

/* ボタン */

input.files {
  opacity:0;
  height: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:#232323;
	margin: 0 auto 15px;
	padding:5px 0 5px 0;
	letter-spacing: 0.05em;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	text-decoration:none;
	vertical-align: middle;
}

.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);
}

@media screen and (max-width:725px) {

	.btn_upload_out {
		text-align:center;
		padding:0 30px;
		margin:0;
	}
	
	.btn_upload {
		margin:0;
	}

}

/* アップロード */

.input_file .preview_box {
	width:300px;
	height:300px;
	margin:0 auto 40px auto;
	display:table;
	display:none;
}

.input_file .preview {
	background:#ededed;
	width:300px;
	height:300px;
	text-align:center;
	vertical-align: middle;
	display:table-cell;
}

.input_file .preview img {
	max-width:300px;
	max-height:300px;
}

.input_file .preview iframe {
	width:300px;
	height:300px;
	display:block;
	border:1px solid #cccccc;
}