@charset "UTF-8";
#cycle-header {
	background: #c5ecfb;
}
@media (max-width: 768px){
	#cycle-header {
		margin-top: 50px;
	}
}

.main-heading:after {
	background: url(../images/handling_icon_low.png) no-repeat;
	width: 40px;
	height: 33px;
	top: 14px;
}
.handling-cont {
	margin: 70px 0 0;
}
.handling-box01 {
	padding: 49px 63px;
	background: #32a4ec;
	margin-bottom: 44px;
}
.table_inner {
	margin: 0 auto;
	max-width: 900px;
}
.handling-box01 table {
	margin: 0 -2px;
	width: calc(100% + 4px);
}
.handling-box01 table img {
	vertical-align: middle;
}
.handling-box01 table tr > * {
	background: #fff;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #32a4ec;
}
.handling-box01 table tr td {
	padding: 13px;
}
.handling-box01 table thead th {
	height: 45px;
	color: #32a4ec;
	font-size: 92.3%;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	background: #d3eff7;
}
.handling-box01 table thead th:nth-child(2) {
	width: 63px;
}
.handling-box01 table thead th:nth-child(3) {
	width: 63px;
}
.handling-box01 table thead th:nth-child(4) {
	width: 160px;
}
.handling-box01 table tbody tr td:first-child {
	padding: 0;
}
.handling-box01 table tbody tr td:first-child > * {
	display: inline-block;
	vertical-align: middle;
}
.handling-box01 table tbody tr td:first-child p {
	width: 230px;
	font-size: 123%;
	font-weight: bold;
	border-right: none;
}
.handling-box01 table tbody tr td:first-child address {
	width: calc(100% - 240px);
	font-size: 92.3%;
	line-height: 16px;
	text-align: left;
	border-left: none;
	padding-left: 0;
}
.handling-box01 table a {
	color: #fff;
	height: 33px;
	display: block;
	font-weight: bold;
	line-height: 33px;
	background: #32a4ec;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 2px solid #32a4ec;
}
.handling-box01 table a:hover {
	color: #fff;
	background: #333;
	border-color: #32a4ec;
}

@media (max-width: 1040px){
}

@media (max-width: 768px){
	.handling-cont {
		margin-top: 20px;
	}
	.handling-box01 {
		padding: 20px;
	}
	.handling-box01 table thead th {
		height: 35px;
		font-size: 10px;
	}
	.handling-box01 table thead th:nth-child(2) {
		width: 50px;
	}
	.handling-box01 table thead th:nth-child(3) {
		width: 50px;
	}
	.handling-box01 table thead th:nth-child(4) {
		width: 65px;
	}
	.handling-box01 table tbody td img {
		width: 20px;
	}
	.handling-box01 table a {
		height: 25px;
		font-size: 10px;
		line-height: 25px;
	}
	.handling-box01 table tbody tr td:first-child {
		padding: 10px;
	}
	.handling-box01 table tbody tr td:first-child > * {
		display: block;
		width: auto !important;
	}
	.handling-box01 table tbody tr td:first-child p {
		text-align: left;
	}
	.handling-box01 table tbody tr td:first-child address {
		margin-top: 5px;
	}
	.return-btn {
		padding: 0 20px;
	}
}