@charset "UTF-8";

.sp_only{
	display: block;
}
.pc_only{
	display: none;
}

#secondPage .innerSecond{
	box-sizing: border-box;
	width: 100%;
}

/*パンくず*/
.navi{
	box-sizing: border-box;
	width: 100%;
	padding: 20px 0 0;
}

.secondLeft{
	float: none;
	width: 100%;
}

.secondRight{
	float:none;
	width:100%;
}

p.formTxt{
	width: 100%;
	margin: 0;
}

.information{
	width: 95%;
	margin: 0 auto;
}

.reason{
	padding: 20px 0 0;
}

.flowBox{
	float: none;
	width: 100%;
	margin: 0 auto 30px;
}

.secondLeft{
	border: none;
}

.reasonBox{
	float:none;
	width:100%;
	margin:10px 0 20px 0;
	padding:0 0 10px 0;
	background: #fff;
}
.reasonBox p { 
	width: 97%;
	margin:0 0 15px 0; 
	font-size: 16px;
	text-align: justify;
	text-indent: 0em;
    padding-left: 0em;
}

.reasonBox p .size{  
	display: block;
	font-size: 20px;
}
.status p{
	font-size: 16px;
	margin-bottom: 10px;
}
.status_box{
	width: 100%;
	border: solid 1px #00B399;
	font-size: 12px;
	text-align: center;
	margin-bottom: 40px;
}
.status_box .back{
	background: #91E4CB;
}
.status_box tr{
	display: table-row!important;
	border-bottom: solid 1px #00B399;
	height: 50px;
}
.status_box tr:last-child{
	border-bottom: none;
}
.status_box th{
	display: table-cell!important;
	border-right: solid 1px #00B399;
	padding-left: 10px;
	width: 20%!important;
}
.status_box td{
	padding: 3px;
	display: table-cell!important;
	border-right: solid 1px #00B399;
	width: 20%!important;
}
.status_box td:last-child{
	border-right: none
}
.status_box .font_size{
	font-size: 14px;
}
.reasonBox p .size_1{  
	display: block;
	font-size: 18px;
}
.status_box_1{
	width: 100%;
	border: solid 1px #00B399;
	font-size: 12px;
	text-align: center;
	margin-bottom: 40px;
}
.status_box_1 .back{
	background: #91E4CB;
	text-align: center;
}
.status_box_1 .pa{
	border-bottom: solid 1px #00B399;
	height: 30px;
}
.status_box_1 tr{
	display: table-row!important;
	border-bottom: solid 1px #00B399;
	height: 50px;
}
.status_box_1 tr:last-child{
	border-bottom: none;
}
.status_box_1 th{
	display: table-cell!important;
	max-width: 80%;
	border-right: solid 1px #00B399;
	padding-left: 10px;
	width: 3%!important;
}
.status_box_1 th p{
	text-indent: -1em;
    padding-left: 1em;
}
.status_box_1 td{
	display: table-cell!important;
	text-align: justify;
	padding: 5px;
	width: 15%!important;
}
.status_box_1 p { 
	width: 90%; 
	font-size: 14px;
	margin: 0;
	text-indent: -1em;
    padding-left: 1em;
}

