.maintitle{
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
	color: #414141;
	margin-bottom: 0.0rem;
	letter-spacing: -0.4px;
    text-align: center;
}
.titleline{
	display: block;
	position: relative;
	text-align: center;
	margin-bottom: 1rem;
}
.titleline span{
	display: inline-block;
	width: 20px;
	position: relative;
}
.titleline span img{
	width: 100%;
	height: auto;
}
.titleline span::before{
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 13px;
	left: -65px;
}
.titleline span::after{
	content: '';
	display: block;
	width: 50px;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 13px;
	right: -65px;
}
.shrtdesc{
    display: block;
    position: relative;
    margin: 0 auto;
    margin-bottom: 3rem;;
}
.shrtdesc p{
    display: block;
    font-size: 1.0rem;
    line-height: 1.8;
    color: #414141;
    margin-bottom: 1rem;
    text-align: center;
}
.shippingbg{
    width: 100%;
    padding: 80px 0;
    display:block;
    position: relative;
}
.shippingbg ul {
    width: 100%;
    margin: 0;
    padding: 0px 0;
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.shippingbg ul li{
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 26px;
    color: #767373;
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
}
.shippingbg ul li::before {
    content: '\2713';
    position: absolute;
    top: 0;
    left: 0;
    color: #CD020A;
    font-size: 15px;
    font-weight: 700;
}
.bor-bg {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}
.tab-button {
    width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 10px 15px;
    background-image: linear-gradient(96deg, #efefef 0%, #fff 50%, #efefef);
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    cursor: pointer;
    color: #000;
    border-radius: 0px;
    border: 1px solid #efefef;
}
.on {
    color: #000;
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
}
.on::after {
    content: '\e830';
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: 'fontello';
    font-size: 17px;
    list-style: 32px;
}
.tab-caption {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 15px 15px 15px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-top: 0;
    background: #fff;
}
.tab-button::after {
    content: '\e82d';
    position: absolute;
    top: 10px;
    right: 10px;
    font-family: 'fontello';
    font-size: 17px;
    list-style: 32px;
}