/********************************************************
 *
 * service charge
 *
 ********************************************************/
#price_table_wrap{
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	line-height: 1;
}
#price_table{
	display: flex;
	align-items: center;
	justify-content: center;
}

.price_table_row.lefts li{
	font-size: 18px;
}

.red{
	color: #f33f50;
}
.charge_h2_center{
	font-size: 24px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 32px;
}
.charge_h3{
	font-size: 24px;
	padding-left: 20px;
	border-left: 3px solid #152748;
}
.shiki{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 40px;
}
.shiki>div{
	position: relative;
	width: 33.33333%;
	text-align: center;
}
.shiki1{
	display: flex;
	align-items: center;
	justify-content: center;
}
.shiki1>div{
	width: 180px;
}

.shiki1>div>div:first-child{
	position: absolute;
	font-weight: bold;
	font-size: 24px;
	margin-top: -44px;
	width: 100%;
	text-align: center;
	left: 0;
}
.shiki1>div>div:last-child{
	padding: 20px 0;
	background-color: #9BCFEA;
	font-size: 20px;
}
.shiki1>div>div:last-child>span{
	font-size: 28px;
}

.shiki3>div,
.shiki2>div{
	display: inline-block;
	position: relative;
}
.shiki3>div:after,
.shiki2>div:after{
	position: absolute;
	content: "";
	display: block;
	height: 10px;
	background-color: #fdf24c;
	width: 100%;
	bottom: 10px;
	left: 0;
}

.shiki2>div:after{
	bottom: 5px;
}
.shiki3>div>span,
.shiki2>div>span{
	position: relative;
	z-index: 2;
}
.shiki2>div>span>span{
	font-size: 24px;
}
.shiki2>div>span>span>span{
	font-size: 32px;
}
.shiki3>div>span{
	font-size: 28px;
}
.shiki3>div>span>span{
	color: #f33f50;
	font-size: 44px;
}

.shiki2:before,
.shiki2:after{
	content: "\eae8";
	font-family: "icons";
	position: absolute;
	left: 0;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	top: 50%;
	margin-top: -22px;
	font-weight: normal;
}

.shiki2:after{
	left: auto;
	right: 0;
	content: "=";
	font-size: 40px;
	font-weight: bold;
}

.charge_hosoku{
	padding: 0 40px;
}


.charge_h4{
	font-size: 20px;
	margin-bottom: 12px;
}
.charge_bb{
	background-color: #EDF7FC;
	color: #555;
	padding: 20px ;
}


/********************************************************
 *
 * buyer guide
 *
 ********************************************************/
.info_article.thinpad{
	padding: 60px 28px;
}
.thinpad_inner{
	padding: 0 52px;
}
.seller_steps_wrap{
	margin-top: 40px;
}
.seller_steps{
	margin-bottom: 52px;
}
.seller_steps_title{
	color: #f3509f;
	height: 80px;
	width: 100%;
	padding-left: 120px;
	position: relative;
	font-weight: bold;
	font-size: 24px;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.buy .seller_steps_title{
	color: #40e49d;
}
.seller_steps_title:before{
	content: "STEP";
	display: flex;
	white-space: pre;
	align-items: center;
	padding-bottom: 40px;
	justify-content: center;
	height: 80px;
	width: 80px;
	background-color: #f3509f;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	font-family: "Rajdhani";
	font-weight: 400;
}
.buy .seller_steps_title:before{
	background-color: #48d095;
}
.seller_steps_title:after{
	content: "1";
	left: 0;
	top: 0;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	padding-top: 30px;
	height: 80px;
	width: 80px;
	font-family: "Rajdhani";
	font-weight: 400;
	font-size: 44px;
}
.seller_steps:nth-child(2)>.seller_steps_title:after{
	content: "2";
}
.seller_steps:nth-child(3)>.seller_steps_title:after{
	content: "3";
}
.seller_steps:nth-child(4)>.seller_steps_title:after{
	content: "4";
}
.seller_steps:nth-child(5)>.seller_steps_title:after{
	content: "5";
}
.seller_steps:nth-child(6)>.seller_steps_title:after{
	content: "6";
}
.seller_steps:nth-child(7)>.seller_steps_title:after{
	content: "7";
}
.seller_steps:nth-child(8)>.seller_steps_title:after{
	content: "8";
}
.seller_steps_content{
	position: relative;
	padding-left: 120px;
	padding-right: 52px;
}
.seller_steps_h3{
	margin-left: -4px;
	position: relative;
}
.seller_steps_h3:before{
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 2px;
	left: -12px;
	background-color: #ddd;
}

.seller_steps_content:before{
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	background-color: #fff;
	width: 4px;
	left: 40px;
	margin-left: -3px;
	top: 6px;
	border-left: 6px dotted #ddd;
}

.seller_steps_content:after{
	position: absolute;
	display: block;
	content: "";
	border: 16px solid transparent;
	border-top: 16px solid #ddd;
	bottom: -48px;
	left: 40px;
	margin-left: -16px;
}
.seller_steps:last-child>.seller_steps_content:after{
	content: "\e8a4";
	font-family: "icons";
	border: none;
	height: 40px;
	width: 80px;
	font-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	margin-left: 0;
	color: #f3509f;
}
.buy .seller_steps:last-child>.seller_steps_content:after{
	color: #48d095;
}
.seller_steps_table{
	width: auto;
}
.seller_steps_table,
.seller_steps_table th,
.seller_steps_table td{
	border-collapse: 1px;
	border: 1px solid #ccc;
}
.seller_steps_table th,
.seller_steps_table td{
	padding: 8px 12px;
	text-align: center;
}
.seller_steps_table th{
	color: #fff;
	background-color: #999;
}
.seller_steps_table td{
	background-color: #eee;
}
.seller_steps_table tr:nth-child(odd) td{
	background-color: #fafafa;
}
.point_h3{
	color: #f3509f;
	font-size: 18px;
}
.buy .point_h3{
	color: #48d095;
}
.qlist{
	margin-top: 28px;
	padding-left: 28px;
	font-size: 17px;
}
.qlist>li{
	padding: 4px 0;
}

.uqa{
	border-bottom: 1px solid #63d1f0;
	padding-bottom: 24px;
	margin-top: 24px;
}
.uqa li{
	padding-left: 40px;
	position: relative;
	list-style: none;
	min-height: 40px;
}
.uqa li:first-child{
	font-weight: bold;
}
.uqa li:before{
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	font-family: "Rajdhani";
	content: "Q.";
	font-size: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #63d1f0;
	font-weight: 500;
}
.uqa li:last-child:before{
	color: #f33f50;
	content: "A.";
}




















