main > header h2 {
    padding: 14px 0 34px;
}

.shipping .fee > div > dl dd:after {
	content: "";
	display: table;
	clear: both;
}

em, strong {
	font-weight: bold;
}

.shipping header, .shipping header + ul, .shipping section, .shipping .cost > h3, .shipping .cost > p {
	padding-left: 6.25%;
	padding-right: 6.25%;
}

.shipping {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5;
}

.shipping header small {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5;
}

.shipping header + ul {
	text-align: center;
}

.shipping header + ul > li {
	max-width: 500px;
	margin: 0 auto;
	border: 1px solid #ccc;
	font-weight: bold;
	line-height: 40px;
}

.shipping header + ul > li > img {
	display: inline-block;
	width: auto;
	height: 14px;
	vertical-align: middle;
}

.shipping header + ul > li + li {
	margin-top: 10px;
}

.shipping section {
	margin-top: 15px;
	padding-top: 30px;
	border-top: 1px solid #ccc;
}

.shipping section h3 {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
}

.shipping section > p a {
	display: inline;
}

.shipping section > p + p {
	margin-top: 1.5em;
}

.shipping section:last-child {
	margin-bottom: 40px;
}

.shipping .fee {
	margin-top: 40px;
	padding-top: 0;
	border-top: none;
}

.shipping .fee > div {
	max-width: 500px;
	margin: 30px auto 40px;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
}

.shipping .fee > div span {
	display: block;
	font-weight: normal;
}

.shipping .fee > div p {
	padding: 9px 3px;
	background-color: #666;
}

.shipping .fee > div > dl {
	margin: 30px auto;
	border: 1px solid #aaa;
	position: relative;
}

.shipping .fee > div > dl dt {
	height: 30px;
	font-weight: normal;
	font-size: 12px;
	line-height: 30px;
	color: #aaa;
}

.shipping .fee > div > dl dd {
	height: 50px;
	background-color: #aaa;
	letter-spacing: -0.34em;
}

.shipping .fee > div > dl dd p {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	background-color: #aaa;
	letter-spacing: normal;
}

.shipping .fee > div > dl dd p:first-child {
	border-right: 1px solid #fff;
}

.shipping .fee > div > dl:before, .shipping .fee > div > dl:after {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	font-size: 20px;
	line-height: 30px;
	color: #000;
}

.shipping .fee > div > dl:before {
	content: "+";
	top: -32px;
	margin-left: -15px;
}

.shipping .fee > div > dl:after {
	content: "=";
	margin-left: -13px;
	bottom: -30px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.shipping .fee > div > dl + p {
	padding: 0;
	height: 50px;
	line-height: 50px;
}

.shipping .fee ul {
	width: 240px;
	margin: 0 auto 40px;
}

.shipping .fee ul > li > a {
	display: block;
	border-radius: 3px;
	background-color: #FA960A;
	text-align: center;
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
}

.shipping .fee ul > li > a:after {
	display: none;
}

.shipping .fee ul > li + li {
	margin-top: 20px;
}

.shipping .cost {
	padding-left: 0;
	padding-right: 0;
}

.shipping .cost #costtable {
	width: 81.25%;
	height: 872px;
	margin: 30px auto 40px;
	position: relative;
}

.shipping .cost #costtable > ul {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	width: 400%;
	position: absolute;
	top: 0;
	left: 0;
}

.shipping .cost #costtable > ul > li {
	width: 25%;
	padding: 0 0.96154%;
}

.shipping .cost #costtable table {
	width: 100%;
	text-align: center;
	line-height: 1.4;
	white-space: nowrap;
}

.shipping .cost #costtable table th, .shipping .cost #costtable table td {
	height: 40px;
	border: 1px solid #ccc;
	vertical-align: middle;
	background-color: #f5f5f5;
}

.shipping .cost #costtable table tbody tr:nth-child(6) th {
    height: 60px;
}

.shipping .cost #costtable table th {
	background-color: #aaa;
	color: #fff;
}

.shipping .cost #costtable table thead th {
	background-color: #666;
}

.shipping .cost #costtable table thead .img img {
	display: inline-block;
	width: 55%;
	padding: 15px 0;
}

.shipping .cost #costtable table thead .img + tr td {
	height: 50px;
}

.shipping .cost #costtable table thead .img + tr td > span {
	font-size: 12px;
	color: #aaa;
}

.shipping .cost #costtable table tbody th span {
	font-weight: normal;
}

.shipping .cost #costtable table tbody td {
	position: relative;
	font-weight: bold;
}

.shipping .cost #costtable table tbody td small {
	font-weight: normal;
}

.shipping .cost #costtable table tbody td .detail-button {
	padding: 14px 19px;
	position: absolute;
	top: 0;
	right: 0;
}

.shipping .cost #costtable table tbody td .detail-button:before {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #FA960A;
	font-size: 12px;
	color: #fff;
}

.shipping .cost #costtable table tbody td .detail-window {
	width: 100%;
	padding: 0 10px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	opacity: 0;
	background-color: #666;
	font-size: 14px;
	line-height: 1;
	color: #FFF;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

.shipping .cost #costtable table tbody td .detail-window h4 {
	font-size: 13px;
	padding: 15px 0;
}

.shipping .cost #costtable table tbody td .detail-window dt {
	padding: 10px 0;
	position: absolute;
}

.shipping .cost #costtable table tbody td .detail-window dd {
	padding: 10px 0;
	text-align: right;
	border-top: 1px solid #ccc;
}

.shipping .cost #costtable table tbody td .detail-window:after {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	right: 15px;
	width: 20px;
	height: 20px;
	background-color: #666;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.shipping .cost #costtable table tbody .total th {
	background-color: #fff;
	color: #000;
}

.shipping .card {
	text-align: center;
}

.shipping .card div {
	margin: 0 auto;
      padding: 10px 0;
	max-width: 252px;
}
