@charset "utf-8";

/* p-content-area
---------------------------------------------------------------------------- */
.p-content-area{
	width:1170px;
	margin:45px auto 0;
}

.p-content-description{
	width:1040px;
	font-size:14px;
	line-height:26px;
	margin:25px auto 31px;
}

.common-content-title{
	width:1040px;
	margin:0 auto;
}

.p-content-title-border{
	border-top:1px solid rgba(0, 0, 0, 0.149);
	padding:55px 0 10px;
}

@media screen and (max-width: 640px){
	.p-content-area{
		width:100%;
		margin:35px auto 0;
		padding: 0 20px;
	}

	.p-content-description{
		width:100%;
		font-size:12px;
		line-height:21px;
		margin:18px auto 34px;
	}

	.common-content-title{
		margin:0 auto;
		width:100%;
	}

	.p-content-title-border{
		padding:28px 0 3px;
	}
}

/* p-content-box-top
---------------------------------------------------------------------------- */
.p-content-box-top{
	box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 0 0 50px;
	margin:0 auto 54px;
	width:1040px;
}

.p-content-table-title{
	font-size:20px;
	font-weight: bold;
	color:#fff;
	background:#00a0e9;
	padding:20px 0 19px 25px;
	margin:0 0 41px;
}

.p-content-table{
	width:auto;
	text-align: left;
	font-size:14px;
	line-height:26px;
	margin: 0 52px;
}

.p-content-table-text{
	margin:0 0 7px;
}

.p-content-table-text:last-child{
	margin:0;
}

.p-content-table tr{
	border-top:1px solid rgba(0, 0, 0 ,0.1);
}

.p-content-table tr:nth-child(even) {
	background-color: rgba(248, 248, 248 ,0.3);
}

.p-content-table tr:last-child{
	border-bottom:1px solid rgba(0, 0, 0 ,0.1);
}

.p-content-table th{
	font-weight: bold;
	width:163px;
}

.p-content-table td{
	padding: 14px 10px 13px 0;
}

.p-content-table td ul li{
	padding-left: 1em;
	text-indent:-1em;
}

.p-content-table-bold{
	font-weight: bold;
}

@media screen and (max-width: 640px){
	.p-content-box-top{
		padding: 0 0 24px;
		margin:0 auto 38px;
		width:100%;
	}

	.p-content-table-title{
		padding:15px 0 13px 25px;
		margin:0 0 17px;
	}

	.p-content-table{
		width:auto;
		display: block;
		text-align: left;
		font-size:13px;
		line-height:21px;
		margin: 0 16px;
	}

	.p-content-table-text{
		margin:0 0 6px;
	}

	.p-content-table-text:last-child{
		margin:0;
	}

	.p-content-table tr{
		padding: 11px 0 0;
		display: block;
	}

	.p-content-table tr:first-child{
		border:none;
		padding:0;
	}

	.p-content-table th{
		width:100%;
		display:block;
	}

	.p-content-table td{
		padding: 1px 0 9px;
		width:100%;
		display:block;
	}

	.p-content-table td ul li{
		padding-left: 1em;
		text-indent:-1em;
	}

	.p-content-table-bold{
		font-weight: bold;
	}
}

/* p-content-box-bottom
---------------------------------------------------------------------------- */
.p-content-box-bottom{
	margin:37px 0 50px 65px;
}

.p-content-box-step{
	float:left;
	width:250px;
	background-image: url("./");
	background-size:16px auto;
	background-position:right center;
	background-repeat: no-repeat;
	margin:0 18px 30px 0;
}

.p-content-box-step:last-child{
	background:none;
}

.p-content-box-step-number{
	font-size: 16px;
	font-family: "HelveticaNeue";
	font-weight: bold;
	color:#fff;
	text-align:center;
	background: #00a0e9;
	padding: 10px 0;
	width:235px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.p-content-box-step:last-child .p-content-box-step-number{
	background-color: rgb(253, 132, 24);
}

.p-content-box-step-border{
	width:235px;
	border-bottom:1px solid rgba(217, 217, 217, 0.8);
	border-left:1px solid rgba(217, 217, 217, 0.8);
	border-right:1px solid rgba(217, 217, 217, 0.8);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding:15px 10px;
}

.p-content-box-step-height{
	height:97px;
	display: table;
}

.p-content-box-step-title{
	font-size: 16px;
	font-weight: bold;
	color:#00a0e9;
	text-align:center;
}

.p-content-box-step:last-child .p-content-box-step-title{
	color: rgb(253, 132, 24);
}

.p-content-box-step-height .p-content-box-step-title{
	display: table-cell;
	vertical-align: middle;
}

.p-content-box-step-text{
	line-height: 18px;
	text-align:center;
	margin:5px 0 1px;
}

.p-content-box-step-text a{
	display: inline;
	color:#00a0e9;
	font-weight: bold;
	text-decoration: underline;
}

.p-content-box-step-text a:hover{
	text-decoration: none;
}

@media screen and (max-width: 640px){
	.p-content-box-bottom{
		margin:19px 0 29px 0;
	}

	.p-content-box-step{
		float:none;
		clear:both;
		width:100%;
		background-image: url("./");
		background-size:27px auto;
		background-position:center bottom;
		background-repeat: no-repeat;
		margin:0 20px 9px 0;
		padding:0 0 11px;
	}

	.p-content-box-step:last-child{
		background:none;
	}

	.p-content-box-step-number{
		font-size: 16px;
		padding: 9px 0 8px;
		width:100%;
	}

	.p-content-box-step:last-child .p-content-box-step-number{
		background-color: rgb(253, 132, 24);
	}

	.p-content-box-step-border{
		width:100%;
		padding:15px 10px 16px;
	}

	.p-content-box-step-height{
		height:100%;
		display: table;
	}

	.p-content-box-step-title{
		font-size: 16px;
		font-weight: bold;
		color:#00a0e9;
		text-align:center;
	}

	.p-content-box-step:last-child .p-content-box-step-title{
		color: rgb(253, 132, 24);
	}

	.p-content-box-step-height .p-content-box-step-title{
		display: table-cell;
		vertical-align: middle;
	}

	.p-content-box-step-text{
		line-height: 18px;
		text-align:center;
		margin:6px 0 1px;
	}

	.p-content-box-step-text a{
		font-weight: normal;
	}

	.p-content-box-step-text a:hover{
		text-decoration: none;
	}
}