/* 


 process


*/



/* !heading
---------------------------------------------------------- */
.process .headding{
	background: url(../img/h2_bg.png) no-repeat;
	  -webkit-background-size: cover;
	 background-size: cover;
}

.process .main{
	width: 100%;
	margin: 80px auto 0;
}

.process .breadcrumb{
	background: #fbf9f6;
}

@media screen and (max-width: 480px) {
	.process .headding{
		height: auto;
	    background: #983300;
	    margin-bottom: 40px;
	}
}


/* !box 共通
---------------------------------------------------------- */

.process .contentArea {
	width: 100%;
}

.process .box01,
.process .box02{
	width: 1024px;
	margin: 0 auto;
}

.process .contentArea h3{
	font-size: 2.2rem;
	color: #983300;
	margin-bottom: 40px;
}

.process .contentArea h3 span{
	display: block;
	font-size: 1.3rem;
	color: #333;
	font-weight: normal;
}

.process .contentArea .box{
	margin-bottom: 120px;
}

@media screen and (max-width: 480px) {
	.process .contentArea {
		padding: 0;
	}
	.process .box01,
	.process .box02{
		width: 100%;
		margin: 0 auto;
		padding: 0 5%;
	}
	.process .contentArea .box{
		margin-bottom: 40px;
	}
}


/* !box01
---------------------------------------------------------- */


/* !table ----------------------------------------------- */


.process .contentArea table td.detailNone{
	background: #fff;
}

@media screen and (max-width: 480px) {
	.process .contentArea table td.detailNone{
		display: none;
	}
}

/* --- !th エリア --- */

.process .contentArea table th{
	width: 156px;
	text-align: center;
	font-size: 1.8rem;
	padding: 22px 18px;
	border-right: 6px solid #fff;
}

.process .contentArea table th.mainTtl{
	background: #983300;
	color: #fff;
	position: relative;
}

.process .contentArea table th.mainTtl:before{
	position:absolute;
	content:"";
	width:0;
	height:0;
	border: 76px solid transparent;
	border-top: 40px solid #983300;
	left: 0;
	bottom: -116px;
}

.process .contentArea table th.mainTtl .num{
	font-size: 3.2rem;
	display: block;
	font-weight: normal;
	line-height: 1;
}

.process .contentArea table th.mainTtl .thDetail{
	font-size: 1.2rem;
	font-weight: normal;
}

@media screen and (max-width: 480px) {
	.process .contentArea table th{
		display: block;
		width: 100%;
		font-size: 1.6rem;
		padding: 18px 5%;
		border-right: none;
	}

	.process .contentArea table th.mainTtl:before{
		content: none;
	}

	.process .contentArea table th.mainTtl .num{
		font-size: 2.8rem;
	}
}

.process .contentArea table th.subTtl{
	color: #333;
	padding: 52px 0 22px;
}

.process .contentArea table th.subTtl .mini{
	font-size: 1.0rem;
	display: block;
}

.process .contentArea table th.finushTtl {
	border-left: 1px solid #983300;
	border-top: 1px solid #983300;
	border-bottom: 1px solid #983300;
	background: #fff;
	color: #983300;
	position: relative;
}

.process .contentArea table th.finushTtl:before{
	content: "";
	border-right: solid 1px #983300;
	position: absolute;
	right: 0;
	top: 0;
	height: calc(100%);
}

.process .contentArea table th.menteTtl {
	background: #983300;
	color: #fff;
}

@media screen and (max-width: 480px) {
	.process .contentArea table th.subTtl{
		padding: 60px 0 32px;
		position: relative;
	}
	.process .contentArea table th.subTtl .mini{
		display: inline-block;
	}

	.process .contentArea table th.finushTtl {
		border-right: 1px solid #983300;
	}

	.process .contentArea table th.finushTtl:before{
		content: none;
	}
}

/* --- !td エリア --- */
.process .contentArea table td {
	background: #fbf9f6;
	border-right: 6px solid #fff;
	padding: 0 18px;
	font-size: 1.3rem;
	padding: 22px 18px 28px;
}

.process .contentArea table td.detail01{
	width: 254px;
}
.process .contentArea table td.detail02{
	width: 240px;
}

.process .contentArea table td.detail03{
	width: 176px;
}

.process .contentArea table td.detail04{
	width: 176px;
}

.process .contentArea table td h5{
	color: #983300;
	padding-bottom: 8px;
}

.process .contentArea table td .detailList > li span.detailMemo{
	display: block;
	padding-left: 26px;
}

.process .contentArea table td .detailList > li > ul.detailListInner {
	padding-left: 18px;
	font-size: 1.2rem;
}

.process .contentArea table .finushArea td.detail02 > ul.detailList > li,
.process .contentArea table .menteArea td.detail02 > ul.detailList > li{
	padding-left: 1.4em;
	text-indent: -1.3em;
}

@media screen and (max-width: 480px) {
	.process .contentArea table td {
		display: block;
		width: 100%;
		border-right: none;
		border-bottom: 6px solid #fff;
		padding: 18px 5% 28px;
	}
	.process .contentArea table td.detail01{
		width: 100%;
	}
	.process .contentArea table td.detail02{
		width: 100%;
	}

	.process .contentArea table td.detail03{
		width: 100%;
	}

	.process .contentArea table td.detail04{
		width: 100%;
	}

	.process .contentArea table .noneArea{
		height: 60px;
	}

	.process .contentArea table .arrow{
		position: relative;
	}

	.process .contentArea table .arrow:before{
		position:absolute;
		content:"";
		width:0;
		height:0;
		border: 140px solid transparent;
		border-top: 40px solid #fbf9f6;
		left: 0;
		right: 0;
		margin: auto;
		bottom: -186px;
	}
}


/* !box02
---------------------------------------------------------- */
.process .contentArea .box02 ul{	
	margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
	.process .contentArea .box02 ul{	
		margin-bottom: 20px;
	}
}


/* !box03
---------------------------------------------------------- */
.process .contentArea .box03{
	width: 100%;	
	background: #fbf9f6;
	margin-bottom: 0;
	padding-bottom: 120px;
}

.process .contentArea .box03 .box03Inner{
	width: 1024px;
	margin: 0 auto;
	padding-top: 60px;
}

.process .contentArea .box03 .box03Inner table.box03Table{
	width: 908px;
	background: #fff;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin: 20px 0;
}

.process .contentArea .box03 .box03Inner table.box03Table tr.box03Tr > th{
	width: 184px;
	display: inline-block;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 8px 0;
	font-size: 1.4rem;
}

.process .contentArea .box03 .box03Inner table.box03Table tr.box03Tr > td{
	display: inline-block;
	width: 722px;
	border-bottom: 1px solid #cccccc;
	background: #fff;
	padding: 8px 20px;
	border-right: none;
}


@media screen and (max-width: 480px) {
	.process .contentArea .box03 {
		padding-top: 30px;
	}
	.process .contentArea .box03 ul{	
		margin-bottom: 20px;
	}
	.process .contentArea .box03 .box03Inner{
		width: 100%;
		padding: 0 5%;
	}
	.process .contentArea .box03 .box03Inner table.box03Table{
		width: 100%;
	}
	.process .contentArea .box03 .box03Inner table.box03Table tr.box03Tr > th{
		width: 100%;
		display: block;
		border-right: none;
	}
	.process .contentArea .box03 .box03Inner table.box03Table tr.box03Tr > td{
		display: block;
		width: 100%;
	}
}

